Loading DiameterS6a/ttcn/DiameterS6a_PIXITS.ttcn +75 −69 Original line number Original line Diff line number Diff line Loading @@ -35,194 +35,200 @@ module DiameterS6a_PIXITS { /** /** * @desc IP address of the test system * @desc IP address of the test system * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/1 * @see ETSI TS/INT-103261-3 A.7/1 */ */ modulepar charstring PX_DIAMETER_S6a_ETS_IPADDR := "192.168.42.1"; modulepar charstring PX_DIAMETER_S6a_ETS_IPADDR := "192.168.42.1"; /** /** * @desc second IP address of the test system * @desc second IP address of the test system * @see ETSI TS/INT-103261-3 A.7/2 */ */ modulepar charstring PX_DIAMETER_S6a2_ETS_IPADDR := "192.168.42.3"; modulepar charstring PX_DIAMETER_S6a2_ETS_IPADDR := "192.168.42.3"; /** /** * @desc IP address of the system under test * @desc IP address of the system under test * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/2 * @see ETSI TS/INT-103261-3 A.8/1 */ */ modulepar charstring PX_DIAMETER_S6a_SUT_IPADDR := "192.168.42.2"; modulepar charstring PX_DIAMETER_S6a_SUT_IPADDR := "192.168.42.2"; /** /** * @desc Port number of the test system * @desc Port number of the test system * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/3 * @see ETSI TS/INT-103261-3 A.7/3 */ */ modulepar integer PX_DIAMETER_S6a_ETS_PORT := 1300; modulepar integer PX_DIAMETER_S6a_ETS_PORT := 1300; /** /** * @desc Second Port number of the test system * @desc Second Port number of the test system * @see ETSI TS/INT-103261-3 A.7/4 */ */ modulepar integer PX_DIAMETER_S6a2_ETS_PORT := 1302; modulepar integer PX_DIAMETER_S6a2_ETS_PORT := 1302; /** /** * @desc Port number of the system under test * @desc Port number of the system under test * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/4 * @see ETSI TS/INT-103261-3 A.8/2 */ */ modulepar integer PX_DIAMETER_S6a_SUT_PORT := 1301; modulepar integer PX_DIAMETER_S6a_SUT_PORT := 1301; } //end group ipSettings group S6a_Interface { /** /** * @desc The Destination-Host identifying the endpoint to which the Diameter messages are destined * @desc The Session-Id identifying a specific session * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/8 * @see ETSI TS/INT-103261-3 A.9/1 */ */ modulepar Diameter_Identity PX_DESTINATION_HOST := "destination.host.etsi.org"; modulepar UTF8String PX_SESSION_ID := "etsi.org;77482455;19732;0"; /** /** * @desc The Destination-Realm identifying the Realm of the destination of any Diameter messages * @desc The Session-Id identifying the second specific session * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @see ETSI TS/INT-103261-3 A.9/2 */ */ modulepar Diameter_Identity PX_DESTINATION_REALM := "destination.realm.etsi.org"; modulepar UTF8String PX_SESSION_ID2 := "etsi.org;77482455;19733;0"; /** @desc The MIP6_Agent in IPv4 format, /** * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @see ETSI TS/INT-103261-3 A.9/3 */ */ modulepar IPv4Addr PX_MIP6_AGENT_ipv4 := {1,2,3,4}; modulepar Diameter_Identity PX_ORIGIN_HOST := "mme.etsi.org"; /** @desc The MIP6_Agent) in type IPv6 format, PIXIT item A-7/26 /** * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @desc The Origin-Host identifying the second endpoint that originates the Diameter messages * @see ETSI TS/INT-103261-3 A.9/4 */ */ modulepar IPv6Addr PX_MIP6_AGENT_ipv6 := {1,2,3,4,5,6,7,8}; modulepar Diameter_Identity PX_ORIGIN_HOST2 := "mme2.etsi.org"; /** /** * @desc TODO * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @see ETSI TS/INT-103261-3 A.9/5 */ */ modulepar Diameter_Identity PX_MIP6_AGENT_DEST_REALM := "mipv6.agent.etsi.org"; modulepar Diameter_Identity PX_ORIGIN_HOST_SGSN := "sgsn.etsi.org"; /** /** * @desc TODO * @desc The Origin-Realm identifying the Realm of the originator of any Diameter messages * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @see ETSI TS/INT-103261-3 A.9/6 */ */ modulepar Diameter_Identity PX_MIP6_AGENT_DEST_HOST := "mipv6.host.etsi.org"; modulepar Diameter_Identity PX_ORIGIN_REALM := "realm"; } // End of group ipSettings /** /** * @desc Field values * @desc The Destination-Host identifying the endpoint to which the Diameter messages are destined * @see ETSI TS/INT-103261-3 A.9/7 */ */ group fieldValues { modulepar Diameter_Identity PX_DESTINATION_HOST := "destination.host.etsi.org"; /** /** * @desc The Session-Id identifying a specific session * @desc The Destination-Realm identifying the Realm of the destination of any Diameter messages * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/5 * @see ETSI TS/INT-103261-3 A.9/8 */ */ modulepar UTF8String PX_SESSION_ID := "etsi.org;77482455;19732;0"; modulepar Diameter_Identity PX_DESTINATION_REALM := "destination.realm.etsi.org"; /** /** @desc The MIP6_Agent in IPv4 format, * @desc The Session-Id identifying another specific session * @see ETSI TS/INT-103261-3 A.9/9 */ */ modulepar UTF8String PX_SESSION_ID2 := "etsi.org;77482455;19733;0"; modulepar IPv4Addr PX_MIP6_AGENT_ipv4 := {1,2,3,4}; /** /** @desc The MIP6_Agent) in type IPv6 format, * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @see ETSI TS/INT-103261-3 A.9/10 * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/6 */ */ modulepar Diameter_Identity PX_ORIGIN_HOST := "mme.etsi.org"; modulepar IPv6Addr PX_MIP6_AGENT_ipv6 := {1,2,3,4,5,6,7,8}; /** /** * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @desc The MIP6 agent destination realm * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/6 * @see ETSI TS/INT-103261-3 A.9/11 */ */ modulepar Diameter_Identity PX_ORIGIN_HOST2 := "mme2.etsi.org"; modulepar Diameter_Identity PX_MIP6_AGENT_DEST_REALM := "mipv6.agent.etsi.org"; /** /** * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @desc The MIP6 agent destination host * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/6 * @see ETSI TS/INT-103261-3 A.9/12 */ */ modulepar Diameter_Identity PX_ORIGIN_HOST_SGSN := "sgsn.etsi.org"; modulepar Diameter_Identity PX_MIP6_AGENT_DEST_HOST := "mipv6.host.etsi.org"; } // End of group S6a_Interface /** /** * @desc The Origin-Realm identifying the Realm of the originator of any Diameter messages * @desc Field values * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/7 */ */ modulepar Diameter_Identity PX_ORIGIN_REALM := "realm"; group fieldValues { /** /** * @desc The user name * @desc The user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/1 * @see ETSI TS/INT-103261-3 A.10/1 */ */ modulepar UTF8String PX_USR_NAME := "userName"; modulepar UTF8String PX_USR_NAME := "userName"; /** /** * @desc An invalid user name * @desc An invalid user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/2 * @see ETSI TS/INT-103261-3 A.10/2 */ */ modulepar UTF8String PX_INVALID_USR_NAME := "unknown"; modulepar UTF8String PX_INVALID_USR_NAME := "unknown"; /** /** * @desc A user name with no APN configure * @desc A user name with no APN configure * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/3 * @see ETSI TS/INT-103261-3 A.10/3 */ */ modulepar UTF8String PX_NO_APN_USR_NAME := "userNoAPN"; modulepar UTF8String PX_NO_APN_USR_NAME := "userNoAPN"; /** /** * @desc A user name with no APN configure * @desc A user name with no APN configure * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/4 * @see ETSI TS/INT-103261-3 A.10/4 */ */ modulepar UTF8String PX_NO_EPSGPRS_USR_NAME := "userNoEpsGprs"; modulepar UTF8String PX_NO_EPSGPRS_USR_NAME := "userNoEpsGprs"; /** /** * @desc The user name * @desc The user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/8 * @see ETSI TS/INT-103261-3 A.10/5 */ */ modulepar UInt32 PX_CONTEXT_ID := 1; modulepar UInt32 PX_CONTEXT_ID := 1; /** /** * @desc The user name * @desc The user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/9 * @see ETSI TS/INT-103261-3 A.10/6 */ */ modulepar charstring PX_SERVICE_SEL := "serviceSel"; modulepar charstring PX_SERVICE_SEL := "serviceSel"; /** /** * @desc A visited network identifier * @desc A visited network identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/10 * @see ETSI TS/INT-103261-3 A.10/7 */ */ modulepar octetstring PX_VISITED_NTW_ID := 'CAFEDECA'O; modulepar octetstring PX_VISITED_NTW_ID := 'CAFEDECA'O; /** /** * @desc A visited PLMN identifier * @desc A visited PLMN identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/11 * @see ETSI TS/INT-103261-3 A.10/8 */ */ modulepar Oct3 PX_VISITED_PLMN_ID := '000000'O; modulepar Oct3 PX_VISITED_PLMN_ID := '000000'O; /** /** * @desc Other visited PLMN identifier * @desc Other visited PLMN identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/12 * @see ETSI TS/INT-103261-3 A.10/9 */ */ modulepar Oct3 PX_NEW_VISITED_PLMN_ID := '000001'O; modulepar Oct3 PX_NEW_VISITED_PLMN_ID := '000001'O; /** /** * @desc Not allowed visited PLMN identifier * @desc Not allowed visited PLMN identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/13 * @see ETSI TS/INT-103261-3 A.10/10 */ */ modulepar Oct3 PX_NOT_ALLOWED_VISITED_PLMN_ID := 'ffffff'O; modulepar Oct3 PX_NOT_ALLOWED_VISITED_PLMN_ID := 'ffffff'O; /** /** * @desc Indicates the type of cancellation * @desc Indicates the type of cancellation * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/14 * @see ETSI TS/INT-103261-3 A.10/11 */ */ modulepar Cancellation_Type_Code PX_CANCELLATION_TYPE := MME_UPDATE_PROCEDURE_E; modulepar Cancellation_Type_Code PX_CANCELLATION_TYPE := MME_UPDATE_PROCEDURE_E; /** /** * @desc The SGSN number * @desc The SGSN number * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/15 * @see ETSI TS/INT-103261-3 A.10/12 */ */ modulepar octetstring PX_SGSN_NUMBER := 'DEADBEEF'O; modulepar octetstring PX_SGSN_NUMBER := 'DEADBEEF'O; /** /** * @desc Contains the concatenation of RAND and AUTS. * @desc Contains the concatenation of RAND and AUTS. * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/16 * @see ETSI TS/INT-103261-3 A.10/13 * @see ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.3.15 Re-Synchronization-Info * @see ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.3.15 Re-Synchronization-Info */ */ modulepar octetstring PX_ReSYNCHRONISATION_INFO := 'CAFEDECA'O; modulepar octetstring PX_ReSYNCHRONISATION_INFO := 'CAFEDECA'O; } // End of group group fieldValues } // End of group fieldValues /** /** Loading @@ -233,7 +239,7 @@ module DiameterS6a_PIXITS { /** /** * @desc Radio access technology for the IP-RAT-Type AVP in CCR messages * @desc Radio access technology for the IP-RAT-Type AVP in CCR messages * Available values: WLAN, VIRTUAL, UTRAN, GERAN, GAN, HSPA_EVOLUTION, EUTRAN, CDMA2000, HRPD, UMB, EHRPD * Available values: WLAN, VIRTUAL, UTRAN, GERAN, GAN, HSPA_EVOLUTION, EUTRAN, CDMA2000, HRPD, UMB, EHRPD * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/17 * @see ETSI TS/INT-103261-3 A.10/14 */ */ modulepar RAT_Type PX_RAT_TYPE := GERAN_E; modulepar RAT_Type PX_RAT_TYPE := GERAN_E; Loading Loading
DiameterS6a/ttcn/DiameterS6a_PIXITS.ttcn +75 −69 Original line number Original line Diff line number Diff line Loading @@ -35,194 +35,200 @@ module DiameterS6a_PIXITS { /** /** * @desc IP address of the test system * @desc IP address of the test system * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/1 * @see ETSI TS/INT-103261-3 A.7/1 */ */ modulepar charstring PX_DIAMETER_S6a_ETS_IPADDR := "192.168.42.1"; modulepar charstring PX_DIAMETER_S6a_ETS_IPADDR := "192.168.42.1"; /** /** * @desc second IP address of the test system * @desc second IP address of the test system * @see ETSI TS/INT-103261-3 A.7/2 */ */ modulepar charstring PX_DIAMETER_S6a2_ETS_IPADDR := "192.168.42.3"; modulepar charstring PX_DIAMETER_S6a2_ETS_IPADDR := "192.168.42.3"; /** /** * @desc IP address of the system under test * @desc IP address of the system under test * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/2 * @see ETSI TS/INT-103261-3 A.8/1 */ */ modulepar charstring PX_DIAMETER_S6a_SUT_IPADDR := "192.168.42.2"; modulepar charstring PX_DIAMETER_S6a_SUT_IPADDR := "192.168.42.2"; /** /** * @desc Port number of the test system * @desc Port number of the test system * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/3 * @see ETSI TS/INT-103261-3 A.7/3 */ */ modulepar integer PX_DIAMETER_S6a_ETS_PORT := 1300; modulepar integer PX_DIAMETER_S6a_ETS_PORT := 1300; /** /** * @desc Second Port number of the test system * @desc Second Port number of the test system * @see ETSI TS/INT-103261-3 A.7/4 */ */ modulepar integer PX_DIAMETER_S6a2_ETS_PORT := 1302; modulepar integer PX_DIAMETER_S6a2_ETS_PORT := 1302; /** /** * @desc Port number of the system under test * @desc Port number of the system under test * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/4 * @see ETSI TS/INT-103261-3 A.8/2 */ */ modulepar integer PX_DIAMETER_S6a_SUT_PORT := 1301; modulepar integer PX_DIAMETER_S6a_SUT_PORT := 1301; } //end group ipSettings group S6a_Interface { /** /** * @desc The Destination-Host identifying the endpoint to which the Diameter messages are destined * @desc The Session-Id identifying a specific session * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/8 * @see ETSI TS/INT-103261-3 A.9/1 */ */ modulepar Diameter_Identity PX_DESTINATION_HOST := "destination.host.etsi.org"; modulepar UTF8String PX_SESSION_ID := "etsi.org;77482455;19732;0"; /** /** * @desc The Destination-Realm identifying the Realm of the destination of any Diameter messages * @desc The Session-Id identifying the second specific session * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @see ETSI TS/INT-103261-3 A.9/2 */ */ modulepar Diameter_Identity PX_DESTINATION_REALM := "destination.realm.etsi.org"; modulepar UTF8String PX_SESSION_ID2 := "etsi.org;77482455;19733;0"; /** @desc The MIP6_Agent in IPv4 format, /** * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @see ETSI TS/INT-103261-3 A.9/3 */ */ modulepar IPv4Addr PX_MIP6_AGENT_ipv4 := {1,2,3,4}; modulepar Diameter_Identity PX_ORIGIN_HOST := "mme.etsi.org"; /** @desc The MIP6_Agent) in type IPv6 format, PIXIT item A-7/26 /** * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @desc The Origin-Host identifying the second endpoint that originates the Diameter messages * @see ETSI TS/INT-103261-3 A.9/4 */ */ modulepar IPv6Addr PX_MIP6_AGENT_ipv6 := {1,2,3,4,5,6,7,8}; modulepar Diameter_Identity PX_ORIGIN_HOST2 := "mme2.etsi.org"; /** /** * @desc TODO * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @see ETSI TS/INT-103261-3 A.9/5 */ */ modulepar Diameter_Identity PX_MIP6_AGENT_DEST_REALM := "mipv6.agent.etsi.org"; modulepar Diameter_Identity PX_ORIGIN_HOST_SGSN := "sgsn.etsi.org"; /** /** * @desc TODO * @desc The Origin-Realm identifying the Realm of the originator of any Diameter messages * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/9 * @see ETSI TS/INT-103261-3 A.9/6 */ */ modulepar Diameter_Identity PX_MIP6_AGENT_DEST_HOST := "mipv6.host.etsi.org"; modulepar Diameter_Identity PX_ORIGIN_REALM := "realm"; } // End of group ipSettings /** /** * @desc Field values * @desc The Destination-Host identifying the endpoint to which the Diameter messages are destined * @see ETSI TS/INT-103261-3 A.9/7 */ */ group fieldValues { modulepar Diameter_Identity PX_DESTINATION_HOST := "destination.host.etsi.org"; /** /** * @desc The Session-Id identifying a specific session * @desc The Destination-Realm identifying the Realm of the destination of any Diameter messages * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/5 * @see ETSI TS/INT-103261-3 A.9/8 */ */ modulepar UTF8String PX_SESSION_ID := "etsi.org;77482455;19732;0"; modulepar Diameter_Identity PX_DESTINATION_REALM := "destination.realm.etsi.org"; /** /** @desc The MIP6_Agent in IPv4 format, * @desc The Session-Id identifying another specific session * @see ETSI TS/INT-103261-3 A.9/9 */ */ modulepar UTF8String PX_SESSION_ID2 := "etsi.org;77482455;19733;0"; modulepar IPv4Addr PX_MIP6_AGENT_ipv4 := {1,2,3,4}; /** /** @desc The MIP6_Agent) in type IPv6 format, * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @see ETSI TS/INT-103261-3 A.9/10 * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/6 */ */ modulepar Diameter_Identity PX_ORIGIN_HOST := "mme.etsi.org"; modulepar IPv6Addr PX_MIP6_AGENT_ipv6 := {1,2,3,4,5,6,7,8}; /** /** * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @desc The MIP6 agent destination realm * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/6 * @see ETSI TS/INT-103261-3 A.9/11 */ */ modulepar Diameter_Identity PX_ORIGIN_HOST2 := "mme2.etsi.org"; modulepar Diameter_Identity PX_MIP6_AGENT_DEST_REALM := "mipv6.agent.etsi.org"; /** /** * @desc The Origin-Host identifying the endpoint that originates the Diameter messages * @desc The MIP6 agent destination host * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/6 * @see ETSI TS/INT-103261-3 A.9/12 */ */ modulepar Diameter_Identity PX_ORIGIN_HOST_SGSN := "sgsn.etsi.org"; modulepar Diameter_Identity PX_MIP6_AGENT_DEST_HOST := "mipv6.host.etsi.org"; } // End of group S6a_Interface /** /** * @desc The Origin-Realm identifying the Realm of the originator of any Diameter messages * @desc Field values * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.7/7 */ */ modulepar Diameter_Identity PX_ORIGIN_REALM := "realm"; group fieldValues { /** /** * @desc The user name * @desc The user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/1 * @see ETSI TS/INT-103261-3 A.10/1 */ */ modulepar UTF8String PX_USR_NAME := "userName"; modulepar UTF8String PX_USR_NAME := "userName"; /** /** * @desc An invalid user name * @desc An invalid user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/2 * @see ETSI TS/INT-103261-3 A.10/2 */ */ modulepar UTF8String PX_INVALID_USR_NAME := "unknown"; modulepar UTF8String PX_INVALID_USR_NAME := "unknown"; /** /** * @desc A user name with no APN configure * @desc A user name with no APN configure * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/3 * @see ETSI TS/INT-103261-3 A.10/3 */ */ modulepar UTF8String PX_NO_APN_USR_NAME := "userNoAPN"; modulepar UTF8String PX_NO_APN_USR_NAME := "userNoAPN"; /** /** * @desc A user name with no APN configure * @desc A user name with no APN configure * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/4 * @see ETSI TS/INT-103261-3 A.10/4 */ */ modulepar UTF8String PX_NO_EPSGPRS_USR_NAME := "userNoEpsGprs"; modulepar UTF8String PX_NO_EPSGPRS_USR_NAME := "userNoEpsGprs"; /** /** * @desc The user name * @desc The user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/8 * @see ETSI TS/INT-103261-3 A.10/5 */ */ modulepar UInt32 PX_CONTEXT_ID := 1; modulepar UInt32 PX_CONTEXT_ID := 1; /** /** * @desc The user name * @desc The user name * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/9 * @see ETSI TS/INT-103261-3 A.10/6 */ */ modulepar charstring PX_SERVICE_SEL := "serviceSel"; modulepar charstring PX_SERVICE_SEL := "serviceSel"; /** /** * @desc A visited network identifier * @desc A visited network identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/10 * @see ETSI TS/INT-103261-3 A.10/7 */ */ modulepar octetstring PX_VISITED_NTW_ID := 'CAFEDECA'O; modulepar octetstring PX_VISITED_NTW_ID := 'CAFEDECA'O; /** /** * @desc A visited PLMN identifier * @desc A visited PLMN identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/11 * @see ETSI TS/INT-103261-3 A.10/8 */ */ modulepar Oct3 PX_VISITED_PLMN_ID := '000000'O; modulepar Oct3 PX_VISITED_PLMN_ID := '000000'O; /** /** * @desc Other visited PLMN identifier * @desc Other visited PLMN identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/12 * @see ETSI TS/INT-103261-3 A.10/9 */ */ modulepar Oct3 PX_NEW_VISITED_PLMN_ID := '000001'O; modulepar Oct3 PX_NEW_VISITED_PLMN_ID := '000001'O; /** /** * @desc Not allowed visited PLMN identifier * @desc Not allowed visited PLMN identifier * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/13 * @see ETSI TS/INT-103261-3 A.10/10 */ */ modulepar Oct3 PX_NOT_ALLOWED_VISITED_PLMN_ID := 'ffffff'O; modulepar Oct3 PX_NOT_ALLOWED_VISITED_PLMN_ID := 'ffffff'O; /** /** * @desc Indicates the type of cancellation * @desc Indicates the type of cancellation * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/14 * @see ETSI TS/INT-103261-3 A.10/11 */ */ modulepar Cancellation_Type_Code PX_CANCELLATION_TYPE := MME_UPDATE_PROCEDURE_E; modulepar Cancellation_Type_Code PX_CANCELLATION_TYPE := MME_UPDATE_PROCEDURE_E; /** /** * @desc The SGSN number * @desc The SGSN number * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/15 * @see ETSI TS/INT-103261-3 A.10/12 */ */ modulepar octetstring PX_SGSN_NUMBER := 'DEADBEEF'O; modulepar octetstring PX_SGSN_NUMBER := 'DEADBEEF'O; /** /** * @desc Contains the concatenation of RAND and AUTS. * @desc Contains the concatenation of RAND and AUTS. * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/16 * @see ETSI TS/INT-103261-3 A.10/13 * @see ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.3.15 Re-Synchronization-Info * @see ETSI TS 129 272 V10.8.0 (2013-07) Clause 7.3.15 Re-Synchronization-Info */ */ modulepar octetstring PX_ReSYNCHRONISATION_INFO := 'CAFEDECA'O; modulepar octetstring PX_ReSYNCHRONISATION_INFO := 'CAFEDECA'O; } // End of group group fieldValues } // End of group fieldValues /** /** Loading @@ -233,7 +239,7 @@ module DiameterS6a_PIXITS { /** /** * @desc Radio access technology for the IP-RAT-Type AVP in CCR messages * @desc Radio access technology for the IP-RAT-Type AVP in CCR messages * Available values: WLAN, VIRTUAL, UTRAN, GERAN, GAN, HSPA_EVOLUTION, EUTRAN, CDMA2000, HRPD, UMB, EHRPD * Available values: WLAN, VIRTUAL, UTRAN, GERAN, GAN, HSPA_EVOLUTION, EUTRAN, CDMA2000, HRPD, UMB, EHRPD * @see ETSI DTS/INT-094-1 V0.0.3 (2013-11) A.10/17 * @see ETSI TS/INT-103261-3 A.10/14 */ */ modulepar RAT_Type PX_RAT_TYPE := GERAN_E; modulepar RAT_Type PX_RAT_TYPE := GERAN_E; Loading