Commit 3e34ebba authored by juvancic's avatar juvancic
Browse files

No commit message

No commit message
parent 15290b26
Loading
Loading
Loading
Loading
+27 −2
Original line number Diff line number Diff line
@@ -209,14 +209,16 @@ module DiameterRfRo_Templates {
                                                                       in template (value) Accounting_Record_Type_AVP   p_accounting_Record_Type,
                                                                       in template (value) Accounting_Record_Number_AVP p_accounting_Record_Number,
                                                                       in template (omit) Event_Timestamp_AVP           p_event_Timestamp := omit,
                                                                       in template (omit) Service_Information_AVP       p_service_Information := omit
                                                                       in template (omit) Service_Information_AVP       p_service_Information := omit,
                                                                       in template (omit) Service_Context_Id_AVP        p_service_Context_Id := omit
            ) modifies m_ACR_Body_dummy := {
                    origin_Host                 := p_originHost,
                    origin_Realm                := p_originRealm,
                    accounting_Record_Type      := p_accounting_Record_Type,
                    accounting_Record_Number    := p_accounting_Record_Number,
                    event_Timestamp             := p_event_Timestamp,
                    service_Information         := p_service_Information
                    service_Information         := p_service_Information,
                    service_Context_Id          := p_service_Context_Id
            } // End of template md_acrBodyAvps_TypeOfCharging_Session
            
        } // End of group Rf_request_message_templates_send  
@@ -842,6 +844,29 @@ module DiameterRfRo_Templates {
                service_Generic_Information := p_service_Generic_Information
            } // End of template m_service_Information
            
            /**
             * @desc Service-Information AVP, send template 
             * 
             * @see ETSI TS 132 299 V10.15.0 Clause 7.2.192 Service-Information AVP
             * @see ETSI TS 132 299 V10.15.0 Table 7.2: 3GPP specific AVPs
             */
            template (value) Service_Information_AVP m_Service_Information_RF_CDF_TC :=
                m_service_Information(
                    m_subscription_Id(
                        m_subscription_Id_Type(END_USER_SIP_URI_E),
                        m_subscription_Id_Data("ETSI RFRO")
                    ),
                    m_ims_Information_AVP_dummy(
                        m_node_Functionality_AVP(e_MRFC)
                    ),
                    m_service_Generic_Information_AVP(
                         m_application_Server_ID_AVP("ETSI RFRO"),
                         m_application_Service_Type_AVP(e_INVITING),
                         m_application_Session_ID_AVP("Session0000"),
                         m_delivery_Status_AVP("INVITING")
                    )
                );
            
            /**
             * @desc 
             */