Commit 271ae9c5 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

For Sh/Dh interface appl id constant will be used c_applId3GPPShDh.

parent 0a2c2794
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1270,7 +1270,7 @@ module LibDiameter_Templates {
            }

            template (value) PUR_MSG m_PUR_dummy := {
                header := m_diameterHeaderReq_dummy(PUR_E, c_applId3GPPSh),
                header := m_diameterHeaderReq_dummy(PUR_E, c_applId3GPPShDh),
                session_Id := m_sessionId_dummy,
                pUR_Body := m_PUR_Body_dummy
            }
@@ -1458,7 +1458,7 @@ module LibDiameter_Templates {
            }

            template (value) UDR_MSG m_UDR_dummy := {
                header := m_diameterHeaderReq_dummy(UDR_E, c_applId3GPPSh),
                header := m_diameterHeaderReq_dummy(UDR_E, c_applId3GPPShDh),
                session_Id := m_sessionId_dummy,
                uDR_Body := m_UDR_Body_dummy
            }
@@ -2309,7 +2309,7 @@ module LibDiameter_Templates {
            }

            template (value) PUA_MSG m_PUA_dummy := {
                header := m_diameterHeaderAns_dummy(PUA_E, c_applId3GPPSh),
                header := m_diameterHeaderAns_dummy(PUA_E, c_applId3GPPShDh),
                session_Id := m_sessionId_dummy,
                pUA_Body := m_PUA_Body_dummy
            }
@@ -2503,7 +2503,7 @@ module LibDiameter_Templates {
            }

            template (value) UDA_MSG m_UDA_dummy := {
                header := m_diameterHeaderAns_dummy(UDA_E, c_applId3GPPSh),
                header := m_diameterHeaderAns_dummy(UDA_E, c_applId3GPPShDh),
                session_Id := m_sessionId_dummy,
                uDA_Body := m_UDA_Body_dummy
            }
+3 −5
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ group BasicTypesAndConstants{
      group ApplicationIdConstants {
        const UInt32 c_applIdCommonMsg :=  0;           //For DWR, DWA
        const UInt32 c_applId3GPPCxDx := 16777216;      //For 3GPPCxDx messages 16777216 (Vendor specific applications = 16777216 - 4294967294(0x01000000-0xfffffffe))
        const UInt32 c_applId3GPPSh := 16777217;        //For 3GPPSh messages
        const UInt32 c_applId3GPPShDh := 16777217;      //For 3GPPShDh messages
        const UInt32 c_applIdRx := 16777236;            //For Rx messages
        const UInt32 c_applIdGx := 16777238;            //For Gx messages
        const UInt32 c_applIdGxx := 16777266;           //For Gxx messages
@@ -59,10 +59,8 @@ group BasicTypesAndConstants{
        const UInt32 c_applIdS9:= 16777267;             //For S9 messages
        const UInt32 c_applIdCx:= 16777216;             //For Cx messages
        const UInt32 c_applIdDx:= 16777224;             //For Dx messages
        const UInt32 c_applIdRf:= 3;//16777218;           //For Rf/Ro messages
        const UInt32 c_applIdRo:= 4;//16777218;           //For Rf/Ro messages
        const UInt32 c_applIdSh:= 5;//16777218;           //For Sh/Dh messages
        const UInt32 c_applIdDh:= 6;//16777218;           //For Sh/Dh messages
        const UInt32 c_applIdRf:= 3;//16777218;         //For Rf messages
        const UInt32 c_applIdRo:= 4;//16777218;         //For Ro messages
        
      } // End of group ApplicationIdConstants
      group SMINetworkManagementPrivateEnterpriseCodes_VendorIDAVP {