Loading ttcn/Common/LibItsCommon_ASN1_AVM_NamedNumbers.ttcn 0 → 100644 +12 −0 Original line number Diff line number Diff line module LibItsCommon_ASN1_AVM_NamedNumbers { import from MVM_PDU_Descriptions all; import from AVM_Commons language "ASN.1:1997" all; const integer Avm_HighResCurvature_outOfRangeNegative := -32767; const integer Avm_HighResCurvature_straight := 0; const integer Avm_HighResCurvature_outOfRangePositive := 32767; const integer Avm_HighResCurvature_unavailable := -32768; } // End of module LibItsCommon_ASN1_AVM_NamedNumbers ttcn/Common/module.mk +1 −0 Original line number Diff line number Diff line Loading @@ -7,5 +7,6 @@ sources := \ LibItsCommon_TypesAndValues.ttcn \ LibItsExternal_TypesAndValues.ttcn \ LibItsCommon_CddTemplates.ttcn \ LibItsCommon_ASN1_AVM_NamedNumbers.ttcn \ # LibItsCommon_ASN1_ISDSRC_NamedNumbers.ttcn \ Loading
ttcn/Common/LibItsCommon_ASN1_AVM_NamedNumbers.ttcn 0 → 100644 +12 −0 Original line number Diff line number Diff line module LibItsCommon_ASN1_AVM_NamedNumbers { import from MVM_PDU_Descriptions all; import from AVM_Commons language "ASN.1:1997" all; const integer Avm_HighResCurvature_outOfRangeNegative := -32767; const integer Avm_HighResCurvature_straight := 0; const integer Avm_HighResCurvature_outOfRangePositive := 32767; const integer Avm_HighResCurvature_unavailable := -32768; } // End of module LibItsCommon_ASN1_AVM_NamedNumbers
ttcn/Common/module.mk +1 −0 Original line number Diff line number Diff line Loading @@ -7,5 +7,6 @@ sources := \ LibItsCommon_TypesAndValues.ttcn \ LibItsExternal_TypesAndValues.ttcn \ LibItsCommon_CddTemplates.ttcn \ LibItsCommon_ASN1_AVM_NamedNumbers.ttcn \ # LibItsCommon_ASN1_ISDSRC_NamedNumbers.ttcn \