Attention is currently required from: neels, pespin, fixeria.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/31145 )
Change subject: bts: add IMMEDIATE ASSIGNMENT via PCH transmission ......................................................................
Patch Set 19:
(2 comments)
File include/osmocom/pcu/pcuif_proto.h:
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/311c9ade_8c1ba4a7 PS17, Line 280: uint8_t pgroup[3];
So let's provide the SI (if we don't do that already) to osmo-pcu so it can calculate the paging gro […]
I think we should transfer the whole IMSI to osmo-bsc. Then we can correctly calculate the paging group there and also log it so that we know who is being paged.
After all I am a bit confused. I have compared the paging group calculation results with Osmo-BTS and they match up. This also might be coincidence or due to the fact that my IMSI ends on 002.
File src/pcu_l1_if.cpp:
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/e7d34807_61196383 PS19, Line 771: } else {
Thats true. I thought that I had remove it though...
Done