Loading ttcn3/LibS1AP/LibS1AP_Pixits.ttcn +22 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ module LibS1AP_Pixits { * @desc The relative processing capacity of an MME with respect to the other MMEs in the pool in order to load-balance MMEs within a pool defined in TS 23.401. * @see ETSI TS 136 413 Clause 9.2.3.17 Relative MME Capacity */ modulepar RelativeMMECapacity PX_RELATIVE_MME_CAPAVCITY := 128; modulepar RelativeMMECapacity PX_RELATIVE_MME_CAPACITY := 128; /** * @desc The Message Identifier IE identifies a warning message. Loading Loading @@ -200,7 +200,7 @@ module LibS1AP_Pixits { /** @desc The identifier of the Closed Subscriber Group, as defined in TS 23.003. * @see ETSI TS 136 413 Clause 9.2.1.62 CSG Id */ modulepar Bit27 PX_CGS_ID := '000000000000000000000000000'B; modulepar Bit27 PX_CSG_ID := '000000000000000000000000000'B; /** @desc The UE Identity Index value IE is used by the eNB to calculate the Paging Frame TS 36.304. * @see ETSI TS 136 413 Clause 9.2.3.10 UE Identity Index value Loading @@ -222,6 +222,16 @@ module LibS1AP_Pixits { */ modulepar EncryptionAlgorithms PX_UNSUPPORTED_ENCRYPTION_ALGORITHM := '1111111111111111'B; /** @desc Indicates a supported encription algorithm. * @see ETSI TS 136 413 Clause 9.2.1.40 UE Security Capabilities */ modulepar EncryptionAlgorithms PX_ENCRYPTION_ALGORITHM := '0101010101010101'B; /** @desc Indicates a supported integrity protection algorithm. * @see ETSI TS 136 413 Clause 9.2.1.40 UE Security Capabilities */ modulepar IntegrityProtectionAlgorithms PX_INTEGRITY_PROTECTION_ALGORITHM := '0101010101010101'B; /** @desc Indicates the procedure value. * @see ETSI TS 136 413 Clause 9.2.1.21 Criticality Diagnostics */ Loading Loading @@ -249,5 +259,15 @@ module LibS1AP_Pixits { */ modulepar GTP_TEID PX_DL_GTP_TEID := '00000000'O; /** @desc Indicates the source_ToTarget_TransparentContainer value. * @see ETSI TS 136 413 Clause 9.2.1.56 Source to Target Transparent Container */ modulepar Source_ToTarget_TransparentContainer PX_SOURCE_TO_TARGET_TANSPARENT_CONTAINER := '12121212'O; /** @desc Indicates the target_ToSource_TransparentContainer value. * @see ETSI TS 136 413 Clause 9.2.1.57 Target to Source Transparent Container */ modulepar Target_ToSource_TransparentContainer PX_TARGET_TO_SOURCE_TANSPARENT_CONTAINER := '12121212'O; } // End of module LibS1AP_Pixits ttcn3/LibS1AP/LibS1AP_Steps.ttcn +4 −3 Original line number Diff line number Diff line Loading @@ -1482,7 +1482,8 @@ module LibS1AP_Steps { vc_eNB_UE_ID, m_UEAggregateMaximumBitrate(1,1), p_RecordOf_E_RABToBeSetupItemCtxt_value, m_UESecurityCapabilities('0101010101010101'B,'0101010101010101'B), m_UESecurityCapabilities(PX_ENCRYPTION_ALGORITHM, PX_INTEGRITY_PROTECTION_ALGORITHM), m_securityKey )); Loading Loading @@ -1550,8 +1551,8 @@ module LibS1AP_Steps { }, // E_RabsToBeSetupList c_source_ToTarget_TransparentContainer, // SourceToTargetTransparentContainer m_UESecurityCapabilities( '0101010101010101'B, '0101010101010101'B PX_ENCRYPTION_ALGORITHM, PX_INTEGRITY_PROTECTION_ALGORITHM ), // UeSecurityCapabilities m_securityContext // SecurityContext )); Loading ttcn3/LibS1AP/LibS1AP_Templates.ttcn +0 −7 Original line number Diff line number Diff line Loading @@ -5922,13 +5922,6 @@ module LibS1AP_Templates { gTP_TEID := p_gTP_TEID, nAS_PDU := p_nAS_PDU, iE_Extensions := p_iE_Extensions // {{ // // id := S1AP_Constants.id_Correlation_ID, // criticality := ignore, // extensionValue := {Correlation_ID := '01020304'O} // }} } // End of template m_E_RABToBeSetupItemBearerSUReq /** Loading ttcn3/S1AP_TCFunctions.ttcn +97 −103 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
ttcn3/LibS1AP/LibS1AP_Pixits.ttcn +22 −2 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ module LibS1AP_Pixits { * @desc The relative processing capacity of an MME with respect to the other MMEs in the pool in order to load-balance MMEs within a pool defined in TS 23.401. * @see ETSI TS 136 413 Clause 9.2.3.17 Relative MME Capacity */ modulepar RelativeMMECapacity PX_RELATIVE_MME_CAPAVCITY := 128; modulepar RelativeMMECapacity PX_RELATIVE_MME_CAPACITY := 128; /** * @desc The Message Identifier IE identifies a warning message. Loading Loading @@ -200,7 +200,7 @@ module LibS1AP_Pixits { /** @desc The identifier of the Closed Subscriber Group, as defined in TS 23.003. * @see ETSI TS 136 413 Clause 9.2.1.62 CSG Id */ modulepar Bit27 PX_CGS_ID := '000000000000000000000000000'B; modulepar Bit27 PX_CSG_ID := '000000000000000000000000000'B; /** @desc The UE Identity Index value IE is used by the eNB to calculate the Paging Frame TS 36.304. * @see ETSI TS 136 413 Clause 9.2.3.10 UE Identity Index value Loading @@ -222,6 +222,16 @@ module LibS1AP_Pixits { */ modulepar EncryptionAlgorithms PX_UNSUPPORTED_ENCRYPTION_ALGORITHM := '1111111111111111'B; /** @desc Indicates a supported encription algorithm. * @see ETSI TS 136 413 Clause 9.2.1.40 UE Security Capabilities */ modulepar EncryptionAlgorithms PX_ENCRYPTION_ALGORITHM := '0101010101010101'B; /** @desc Indicates a supported integrity protection algorithm. * @see ETSI TS 136 413 Clause 9.2.1.40 UE Security Capabilities */ modulepar IntegrityProtectionAlgorithms PX_INTEGRITY_PROTECTION_ALGORITHM := '0101010101010101'B; /** @desc Indicates the procedure value. * @see ETSI TS 136 413 Clause 9.2.1.21 Criticality Diagnostics */ Loading Loading @@ -249,5 +259,15 @@ module LibS1AP_Pixits { */ modulepar GTP_TEID PX_DL_GTP_TEID := '00000000'O; /** @desc Indicates the source_ToTarget_TransparentContainer value. * @see ETSI TS 136 413 Clause 9.2.1.56 Source to Target Transparent Container */ modulepar Source_ToTarget_TransparentContainer PX_SOURCE_TO_TARGET_TANSPARENT_CONTAINER := '12121212'O; /** @desc Indicates the target_ToSource_TransparentContainer value. * @see ETSI TS 136 413 Clause 9.2.1.57 Target to Source Transparent Container */ modulepar Target_ToSource_TransparentContainer PX_TARGET_TO_SOURCE_TANSPARENT_CONTAINER := '12121212'O; } // End of module LibS1AP_Pixits
ttcn3/LibS1AP/LibS1AP_Steps.ttcn +4 −3 Original line number Diff line number Diff line Loading @@ -1482,7 +1482,8 @@ module LibS1AP_Steps { vc_eNB_UE_ID, m_UEAggregateMaximumBitrate(1,1), p_RecordOf_E_RABToBeSetupItemCtxt_value, m_UESecurityCapabilities('0101010101010101'B,'0101010101010101'B), m_UESecurityCapabilities(PX_ENCRYPTION_ALGORITHM, PX_INTEGRITY_PROTECTION_ALGORITHM), m_securityKey )); Loading Loading @@ -1550,8 +1551,8 @@ module LibS1AP_Steps { }, // E_RabsToBeSetupList c_source_ToTarget_TransparentContainer, // SourceToTargetTransparentContainer m_UESecurityCapabilities( '0101010101010101'B, '0101010101010101'B PX_ENCRYPTION_ALGORITHM, PX_INTEGRITY_PROTECTION_ALGORITHM ), // UeSecurityCapabilities m_securityContext // SecurityContext )); Loading
ttcn3/LibS1AP/LibS1AP_Templates.ttcn +0 −7 Original line number Diff line number Diff line Loading @@ -5922,13 +5922,6 @@ module LibS1AP_Templates { gTP_TEID := p_gTP_TEID, nAS_PDU := p_nAS_PDU, iE_Extensions := p_iE_Extensions // {{ // // id := S1AP_Constants.id_Correlation_ID, // criticality := ignore, // extensionValue := {Correlation_ID := '01020304'O} // }} } // End of template m_E_RABToBeSetupItemBearerSUReq /** Loading
ttcn3/S1AP_TCFunctions.ttcn +97 −103 File changed.Preview size limit exceeded, changes collapsed. Show changes