Attention is currently required from: pespin, fixeria.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/32733 )
Change subject: paging: parse PCUIF data indication outside of paging.c ......................................................................
Patch Set 1:
(2 comments)
File include/osmo-bts/paging.h:
https://gerrit.osmocom.org/c/osmo-bts/+/32733/comment/9a25e75c_2c83e838 PS1, Line 40: int paging_add_macblock(struct paging_state *ps, const char *imsi,
this is not really an imsi, but an imsi_suffix right? 3 chars. […]
At the moment we indeed pass the suffix, but in PCUIF v.11 we will pass the full IMSI, so I made it compatible.
File src/common/paging.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32733/comment/19bab532_529680ea PS1, Line 272: int paging_add_macblock(struct paging_state *ps, const char *imsi,
imsi_suffix
(see first comment)