Commit 87bbf7f5 authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

syntax

parent b4936b05
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ module LibNGAP_Functions {
    /**
     * @desc Function to send NGSetupRequest message and await for NGSetupResponse message
     */
    function f_send_NGSetupRequest_await_NGSetupRespone() runs on NGNASComponent {
    function f_send_NGSetupRequest_await_NGSetupResponse() runs on NGNASComponent {
        // Send NGSetupRequest
        f_send_NGAP_PDU(
                        m_ngap_initMsg(
@@ -100,7 +100,7 @@ module LibNGAP_Functions {
                                                                                m_sliceSupportItem(
                                                                                        m_s_NSSAI(
                                                                                                  PX_SST,
                                                                                                  -, //PX_SD,//      in template (omit) SD p_sD := omit,
                                                                                                  PX_SD,//      in template (omit) SD p_sD := omit,
                                                                                                  -//      in template (omit) S_NSSAI.iE_Extensions p_iE_Extensions := omit
                                                                                        ),
                                                                                        -//in template (omit) SliceSupportItem.iE_Extensions p_iE_Extensions := omit
@@ -133,7 +133,7 @@ module LibNGAP_Functions {
    /**
     * @desc Function to send NGSetupRequest message and await for NGSetupResponse message
     */
    function f_await_NGSetupRequest_await_NGSetupRespone() runs on NGNASComponent {
    function f_send_NGSetupRequest_await_NGSetupResponse2() runs on NGNASComponent {
        // Await NGSetupRequest
        f_recv_NGAP_PDU(
                        mw_ngap_initMsg(