Commit bdc8d8ce authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

added IE templates

parent b6cfe657
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -87,19 +87,19 @@ module LibNGAP_Templates {
//            }  //  End  of  template  m_unsuccessfulOutcome

            template  (value) NGAP_PDU m_ngap_initMsg(
                in  InitiatingMessage  p_msg
                in  template InitiatingMessage  p_msg
            )  :=  {
                initiatingMessage  :=  p_msg
            }  //  End  of  template  m_ngap_initMsg
            
            template  (value) NGAP_PDU m_ngap_succMsg(
                in  SuccessfulOutcome  p_msg
                in  template SuccessfulOutcome  p_msg
            )  :=  {
                successfulOutcome  :=  p_msg
            }  //  End  of  template  m_ngap_succMsg
            
            template  (value) NGAP_PDU m_ngap_unsuccMsg(
                in  UnsuccessfulOutcome  p_msg
                in  template UnsuccessfulOutcome  p_msg
            )  :=  {
                unsuccessfulOutcome  :=  p_msg
            }  //  End  of  template  m_ngap_unsuccMsg