Commit 7cad843a authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

week46_validation

parent 7ff665b1
Loading
Loading
Loading
Loading

LibCommon @ 22cc04e3

Original line number Diff line number Diff line
Subproject commit 22cc04e32b0e37f70a7df30df12727a6546e2916

LibDiameter @ b058ffd0

Original line number Diff line number Diff line
Subproject commit b058ffd07edce0af53d3d35c3d346fe20cae77c1

LibIms @ 2b7adb79

Original line number Diff line number Diff line
Subproject commit 2b7adb7968bec5d23f764c7b6866fadba07406f0

LibSip @ 67559f9d

Original line number Diff line number Diff line
Subproject commit 67559f9dc48f597b8b931e4242d8ae4d54bddf7c
+7 −1
Original line number Diff line number Diff line
@@ -166,6 +166,12 @@ module DiameterShDh_PIXITS {
        */
        modulepar charstring PX_DestinationRealm := "myalupcrf.etsi.org";
        
        /** @desc    integer
         * PIXIT item to chose appropriate User-Identity AVP for sending in UDR, PUR and SNR messages to the HSS.
         *  PX_USER_IDENTITY = 1: PX_PublicUserIdentity used
         *  PX_USER_IDENTITY = 2: PX_PublicUser_MSISDN used
        */
        modulepar integer PX_USER_IDENTITY := 1;
        /** @desc    UTF8String
         *  TODO
        */
@@ -205,7 +211,7 @@ module DiameterShDh_PIXITS {
         */
        modulepar TServiceData PX_Service_Data_unexpected := {elem:="1"}
        
        modulepar Data_Reference_Type PX_Data_Reference_Type := REPOSITORY_DATA_E;
        modulepar Data_Reference_Type PX_Data_Reference_Type := IMS_PUBLIC_IDENTITY_E;
        
        group DiameterTimers {

Loading