Attention is currently required from: laforge, 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 7:
(3 comments)
Patchset:
PS6:
I still think the entire patches is being done in the wrong perspective. […]
I would really, really love to migrate everything so that it uses the TLLI as a reference but we will always need support for both methods if we want to stay compatible. However, we could take care that all patches are merged at the same time then. As far as I know users are required not to mix packages from different releases.
File src/bts.cpp:
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/896c4dac_c8a13d0b PS5, Line 1105: #ifdef ENABLE_ERICSSON_RBS
indeed. […]
Ok, I got this. I will adjust everything accordingly.
File src/pcu_l1_if.cpp:
https://gerrit.osmocom.org/c/osmo-pcu/+/31145/comment/6ec4080a_3cf96519 PS6, Line 757: bts->use_dt_confirm = (info_ind->flags & PCU_IF_FLAG_DT);
Use "!!(...)" to convert it to a 0/1.
Done