Commit b18669d9 authored by ulrichst's avatar ulrichst
Browse files

Merge branch 'develop' of https://forge.etsi.org/gitlab/LIBS/LibDiameter into HEAD

parents b0f3d49d e8770d4a
Loading
Loading
Loading
Loading
+90 −0
Original line number Diff line number Diff line
@@ -1240,6 +1240,30 @@ module LibDiameter_Templates {
                aVP_Type := omit
            }

            template (value) PNR_MSG m_PNR_dummy := {
                header := m_diameterHeaderReq_dummy(PNR_E, c_applId3GPPShDh),
                session_Id := m_sessionId_dummy,
                pNR_Body := m_PNR_Body_dummy
            }
            
            template (value) PNR_Body_AVP m_PNR_Body_dummy :=
            {
                vendor_Specific_Application_Id := m_vendor_Specific_Appl_Id_dummy,
                auth_Session_State := m_auth_Session_State_dummy,
                origin_Host := m_originHost_dummy,
                origin_Realm := m_originRealm_dummy,
                destination_Host := omit,
                destination_Realm := m_destinationRealm_dummy,
                supported_Features := omit,
                user_Identity := m_user_Identity_dummy,
                wildcarded_PSI  := omit,
                wildcarded_IMPU  := omit,
                user_Data := m_user_Data_dummy,
                proxy_Info := omit,
                route_Record := omit,
                aVP_Type := omit
            }

            template (value) PPR_MSG m_PPR_dummy := {
                header := m_diameterHeaderReq_dummy(PPR_E, c_applId3GPPCxDx),
                session_Id := m_sessionId_dummy,
@@ -1767,6 +1791,30 @@ module LibDiameter_Templates {
                aVP_Type := *
            }

            template PNR_MSG mw_PNR_dummy := {
                header := mw_diameterHeaderReq_dummy(PNR_E, ?),
                session_Id := ?,
                pNR_Body := mw_PNR_Body_dummy
            }
            
            template PNR_Body_AVP mw_PNR_Body_dummy :=
            {
                vendor_Specific_Application_Id := ?,
                auth_Session_State := ?,
                origin_Host := ?,
                origin_Realm := ?,
                destination_Host := *,
                destination_Realm := ?,
                supported_Features := *,
                user_Identity := ?,
                wildcarded_PSI  := *,
                wildcarded_IMPU  := *,
                user_Data := ?,
                proxy_Info := *,
                route_Record := *,
                aVP_Type := *
            }

            template PPR_MSG mw_PPR_dummy := {
                header := mw_diameterHeaderReq_dummy(PPR_E, ?),
                session_Id := ?,
@@ -2283,6 +2331,27 @@ module LibDiameter_Templates {
                aVP_Type := omit
            }
            
            template (value) PNA_MSG m_PNA_dummy := {
                header := m_diameterHeaderAns_dummy(PNA_E, c_applId3GPPShDh),
                session_Id := m_sessionId_dummy,
                pNA_Body := m_PNA_Body_dummy
            }
            
            template (value) PNA_Body_AVP m_PNA_Body_dummy :=
            {
                vendor_Specific_Application_Id := m_vendor_Specific_Appl_Id_dummy,
                result_Code := m_resultCode_dummy,
                experimental_Result := omit,
                auth_Session_State := m_auth_Session_State_dummy,
                origin_Host := m_originHost_dummy,
                origin_Realm := m_originRealm_dummy,
                supported_Features := omit,
                failed := omit,
                proxy_Info := omit,
                route_Record := omit,
                aVP_Type := omit
            }

            template (value) PPA_MSG m_PPA_dummy := {
                header := m_diameterHeaderAns_dummy(PPA_E, c_applId3GPPCxDx),
                session_Id := m_sessionId_dummy,
@@ -2796,6 +2865,27 @@ module LibDiameter_Templates {
                aVP_Type := *
            }

            template PNA_MSG mw_PNA_dummy := {
                header := mw_diameterHeaderAns_dummy(PNA_E, ?),
                session_Id := ?,
                pNA_Body := mw_PNA_Body_dummy
            }
            
            template PNA_Body_AVP mw_PNA_Body_dummy :=
            {
                vendor_Specific_Application_Id := ?,
                result_Code := ?,
                experimental_Result := *,
                auth_Session_State := ?,
                origin_Host := ?,
                origin_Realm := ?,
                supported_Features := *,
                failed := *,
                proxy_Info := *,
                route_Record := *,
                aVP_Type := *
            }

            template PPA_MSG mw_PPA_dummy := {
                header := mw_diameterHeaderAns_dummy(PPA_E, ?),
                session_Id := ?,