Attention is currently required from: arehbein, pespin, lynxis lazus.
laforge has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31199 )
Change subject: sgsn: Add TC_attach_timeout_after_pdp_act
......................................................................
Patch Set 2:
(1 comment)
File sgsn/SGSN_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31199/comment/b43197b5_a18c…
PS1, Line 1037:
attach_req.msgs.gprs_mm.attachRequest.msNetworkCapability.msNetworkCapabilityV.revisionLevelIndicatior
:= '1'B;
As stated in the comment, if you look at
f_gmm_attach(), there are comments concerning these lines. […]
So there are two
topics:
* revisionLevelIndicator. That really only needs to be set to '1' if you want to
tell the ntework that you're supporting Rel99-or-later, i.e. that this is a UMTS
capable UE attaching over GSM. This should be irrelevanti n this context, AFAICT
* solSACapability - according to a comment in f_gmm_attach() there's an encoder
problem if it's "omit". This sounds like the ts_GMM_ATTACH_REQ() should be
changed to define solSACapability as '0' insteads of omit. At that point none of
the users of ts_GMM_ATTACH_REQ will need to manually modify it anymore. Please submit a
separate patch before this patch to clean this up, thanks!
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/31199
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ib3e3c021707b707811388616e28d7d7cc22f7b53
Gerrit-Change-Number: 31199
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: arehbein <arehbein(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 22 Mar 2023 12:04:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: arehbein <arehbein(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment