Commit 3bf50842 authored by pintar's avatar pintar
Browse files

function added: f_send_Uplink_NAS_Transport

parent 75013b21
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -1439,6 +1439,16 @@ module LibS1AP_Steps {
            f_send_S1AP_initiatingMessage(m_UeRadioCapabilityMatchRequest(p_value))
            f_send_S1AP_initiatingMessage(m_UeRadioCapabilityMatchRequest(p_value))
        } // End of f_send_UE_Radio_Capability_Match_Request
        } // End of f_send_UE_Radio_Capability_Match_Request
        
        
        /**
         * @desc Send S1AP Message UPLINK NAS TRANSPORT
         * @param p value Send template for UPLINK NAS TRANSPORT IEs
         */
        function f_send_Uplink_NAS_Transport(
                                               template (value) RecordOf_ProtocolIE p_value
        ) runs on S1APComponent {
            f_send_S1AP_initiatingMessage(m_uplink_nAS_Transport(p_value))
        } // End of f_send_Uplink_NAS_Transport
        
    } // End of group sendPDU
    } // End of group sendPDU
    
    
    /**
    /**