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 <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilira...@gmail.com>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: pespin <pes...@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 <axilira...@gmail.com>
Gerrit-MessageType: comment

Reply via email to