laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42826?usp=email )
Change subject: NGAP: UESecurityCapabilities is optional in
PathSwitchRequestAcknowledge
......................................................................
NGAP: UESecurityCapabilities is optional in PathSwitchRequestAcknowledge
Current master branch of Open5GS includes UESecurityCapabilities IE
in PathSwitchRequestAcknowledge, older versions do not. In order to
match message of all versions, replace the IE by an an asterisk.
Change-Id: I4849709d2601505d9aa3ea6c85b718ec65540dff
---
M library/ngap/NGAP_Templates.ttcn
1 file changed, 1 insertion(+), 5 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
diff --git a/library/ngap/NGAP_Templates.ttcn b/library/ngap/NGAP_Templates.ttcn
index ac351b0..3fb0b6d 100644
--- a/library/ngap/NGAP_Templates.ttcn
+++ b/library/ngap/NGAP_Templates.ttcn
@@ -5078,11 +5078,7 @@
criticality := ignore,
value_ := { RAN_UE_NGAP_ID := p_ranUeNgapID }
},
-
{
-
id := id_UESecurityCapabilities,
-
criticality := reject,
-
value_ := { UESecurityCapabilities := p_uESecurityCapabilities }
-
},
+
*,
{
id := id_SecurityContext,
criticality := reject,
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42826?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4849709d2601505d9aa3ea6c85b718ec65540dff
Gerrit-Change-Number: 42826
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>