Change in osmo-pcu[master]: Allow Gb PAGING-PS without P-TMSI

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Jan 3 15:33:18 UTC 2020


pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/16536 )

Change subject: Allow Gb PAGING-PS without P-TMSI
......................................................................


Patch Set 4:

(4 comments)

https://gerrit.osmocom.org/c/osmo-pcu/+/16536/4/src/encoding.cpp 
File src/encoding.cpp:

https://gerrit.osmocom.org/c/osmo-pcu/+/16536/4/src/encoding.cpp@747 
PS4, Line 747: bitvec_write_field
> Can we use bitvec_set_bytes() here?
Indeed. AFAIU it should looke like:
bitvec_write_field(dest, &wp, mi_len, 8);  // Mobile Identity length
bitvec_set_bytes(dest, mi, mi_len);   // Mobile Identity


https://gerrit.osmocom.org/c/osmo-pcu/+/16536/4/src/gprs_bssgp_pcu.cpp 
File src/gprs_bssgp_pcu.cpp:

https://gerrit.osmocom.org/c/osmo-pcu/+/16536/4/src/gprs_bssgp_pcu.cpp@21 
PS4, Line 21: #include "inttypes.h"
> Do we really need this include?
Looks like we don't, probably it's a leftover from an older version when I was working on it.


https://gerrit.osmocom.org/c/osmo-pcu/+/16536/4/src/gprs_bssgp_pcu.cpp@186 
PS4, Line 186: BSSGP_CAUSE_COND_IE_ERR
> Unrelated change, and is it really CONDitional IE? Looks more like mandatory.
Indeed, I should use BSSGP_CAUSE_MISSING_MAND_IE instead. I'm improving all this function / code path, so I think it makes sense to keep it in the same patch.


https://gerrit.osmocom.org/c/osmo-pcu/+/16536/4/src/gprs_bssgp_pcu.cpp@191 
PS4, Line 191: TLVP_LEN(tp, BSSGP_IE_IMSI));
> Looks like unrelated change.
Again, I'm really reworking the full function here, despite gerrit doesn't show that.



-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/16536
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I4dbf8db04e81f98352a42ce34a5d91326be9bfd1
Gerrit-Change-Number: 16536
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Comment-Date: Fri, 03 Jan 2020 15:33:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <axilirator at gmail.com>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200103/f97ce141/attachment.htm>


More information about the gerrit-log mailing list