Skip to content
Snippets Groups Projects
Commit 9ebc88b8 authored by juvancic's avatar juvancic
Browse files

added template

parent 816dedc2
Branches
Tags
1 merge request!10103920v1.0.0
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment