Commit 3929cacd authored by juvancic's avatar juvancic
Browse files

No commit message

No commit message
parent 2463bd4e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ module LibDiameter_Templates {
          pdu := *
        }
        
        template Lower_Layer_Primitive mw_llp_connectConfirm(template charstring p_ETS_address,  template integer p_ETS_port, template charstring p_SUT_address, template integer p_SUT_port, template integer p_ETS_conn) := {
          ll_header := mw_llh_connectConfirm(p_ETS_address, p_ETS_port, p_SUT_address, p_SUT_port, p_ETS_conn),
          pdu := *
        }
        
        template Lower_Layer_Primitive m_llp_disconnect(template integer p_ETS_conn) := {
          ll_header := m_llh_disconnect(p_ETS_conn),
          pdu := omit
@@ -87,6 +92,16 @@ module LibDiameter_Templates {
          ETS_conn := p_ETS_conn
        }
        
        template Lower_Layer_Header mw_llh_connectConfirm(template charstring p_ETS_address, template integer p_ETS_port, template charstring p_SUT_address, template integer p_SUT_port, template  integer p_ETS_conn) := {
          primitive := CONNECT_CONFIRM_E,
          transport_used := c_defaultTransportProtocol,
          ETS_address := p_ETS_address,
          ETS_port := p_ETS_port,
          SUT_address := p_SUT_address,
          SUT_port := p_SUT_port,
          ETS_conn := p_ETS_conn
        }
        
        template Lower_Layer_Header m_llh_disconnect(template integer p_ETS_conn) := {
          primitive := DISCONNECT_REQUEST_E,
          transport_used := c_defaultTransportProtocol,