Attention is currently required from: dexter. pespin 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 4:
(2 comments)
Patchset:
PS4: Cannot osmo-bsc read the TLLI from the ImmAss and drop this message from PCUIF? or the other way around.
File src/pcu_l1_if.cpp:
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/16e45198_6279e386 PS3, Line 312: uint8_t data[sizeof(tlli) + PAGING_GROUP_LEN + GSM_MACBLOCK_LEN];
I could also use sizeof(data) but the other functions also seem not to do that.
Yeah but this function is even adding more fields to the sum, so it really becomes troublemsome to read.