Loading ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -6557,6 +6557,27 @@ module LibNGAP_Templates { } } // End of template mw_n2_OverloadStart /** * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.6.14 OVERLOAD START */ template (present) InitiatingMessage mw_n2_OverloadStart_NSSAIList ( template (present) OverloadStartNSSAIList p_overloadStartNSSAIList:= ? ):= { procedureCode := id_OverloadStart, criticality := reject, value_ := { OverloadStart := { protocolIEs := { { id := id_OverloadStartNSSAIList, criticality := ignore, value_ := { OverloadStartNSSAIList := p_overloadStartNSSAIList } } } } } } // End of template mw_n2_OverloadStart_NSSAIList } // End of group Receive } // End of group OVERLOAD_START Loading
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn +21 −0 Original line number Diff line number Diff line Loading @@ -6557,6 +6557,27 @@ module LibNGAP_Templates { } } // End of template mw_n2_OverloadStart /** * @see ETSI TS 138 413 V16.12.0 (2023-05) Clause 9.2.6.14 OVERLOAD START */ template (present) InitiatingMessage mw_n2_OverloadStart_NSSAIList ( template (present) OverloadStartNSSAIList p_overloadStartNSSAIList:= ? ):= { procedureCode := id_OverloadStart, criticality := reject, value_ := { OverloadStart := { protocolIEs := { { id := id_OverloadStartNSSAIList, criticality := ignore, value_ := { OverloadStartNSSAIList := p_overloadStartNSSAIList } } } } } } // End of template mw_n2_OverloadStart_NSSAIList } // End of group Receive } // End of group OVERLOAD_START