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

added IE templates

parent 8cfc04e5
Loading
Loading
Loading
Loading
+20 −7
Original line number Diff line number Diff line
@@ -47,13 +47,8 @@ module LibNGAP_Templates {
//                    value_  :=  omit//p_value
//                }
//            }  //  End  of  template  m_initiatingMessage
            
            template  (value) NGAP_PDU m_ngap_initMsg(
                in  InitiatingMessage  p_msg
            )  :=  {
                initiatingMessage  :=  p_msg
            }  //  End  of  template  m_initiatingMessage

//            
//
//TODO: check value_ not allowed anytype                        
//            /**
//             *  @desc  Send  template  for  NGAP  PDU  with  SuccessfulOutcome  payload
@@ -91,6 +86,24 @@ module LibNGAP_Templates {
//                }
//            }  //  End  of  template  m_unsuccessfulOutcome

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

        }//end of group  g_NGAP_PDU
                
        //9.2