Attention is currently required from: laforge, fixeria, dexter.
3 comments:
Patchset:
I still think the entire patches is being done in the wrong perspective.
I'd really go for trying to update osmo-bts/osmo-bsc/osmo-pcu to have only 1 message to handle that (deprecating the other one but keeping it for backward compatibility), and I see no intent for that in here.
File src/bts.cpp:
Patch Set #5, Line 1105: #ifdef ENABLE_ERICSSON_RBS
I have eliminated the need for compile time IF here now but I still wondering, we have different phy […]
Because those are only used for embedded systems.
File src/pcu_l1_if.cpp:
Patch Set #6, Line 757: bts->use_dt_confirm = (info_ind->flags & PCU_IF_FLAG_DT);
Use "!!(...)" to convert it to a 0/1.
To view, visit change 31145. To unsubscribe, or for help writing mail filters, visit settings.