Commit 5071f9c1 authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

updated preamble

parent a7c51445
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -192,6 +192,19 @@ module NGAP_Steps { // TODO FSCOM f_xxx_UE_SecurityMode to be mmoved into NAG_NG

    group BehaviorFunctions{
        
        /**
         * @desc
         */
        function f_NGAP_amf_GNB_Setup() runs on aMFNGAPComponent {
            log(">>> f_NGAP_amf_GNB_Setup");
            if (PICS_OFFLINE_MODE) {
                f_await_NGSetupRequest_await_NGSetupResponse();
            } else {
                f_send_NGSetupRequest_await_NGSetupResponse();
            }            
            log("<<< f_NGAP_amf_GNB_Setup");
        } // End of function f_NGAP_amf_UE_Register

        /**
         * @desc
         */