Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NGAP
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
INT - Core Network and Interoperability Testing
5G Core
NGAP
Commits
9ebc88b8
Commit
9ebc88b8
authored
7 months ago
by
juvancic
Browse files
Options
Downloads
Patches
Plain Diff
added template
parent
816dedc2
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!10
103920v1.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn
+21
-0
21 additions, 0 deletions
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn
with
21 additions
and
0 deletions
ttcn/LibNGAP/lib/LibNGAP_Templates.ttcn
+
21
−
0
View file @
9ebc88b8
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment