Attention is currently required from: osmith.
1 comment:
File include/osmocom/pcu/pcuif_proto.h:
Patch Set #1, Line 21: #define PCU_IF_MSG_DATA_CNF_DT 0x11 /* confirm (using message id) */
I'm not sure if we need backwards compatibility here (keep the old define next to the new one)? But […]
The problem here is that osmo-pcu (current master) supports both PCUIF v.11 (the one we are currently developing) and PCUIF v.10. For v.10 we still need the old defines, structs etc.
We intend to keel the PCUIF v.10 support for a while. The problem are the TTCN3 tests. If we change them to use v.11, then latest will fail. What we could do though is dropping the v.10 support some hours before the new release. Unfortunately changes to PCUIF are very complicated because we must touch osmo-pcu, osmo-bts, osmo-bsc, and the testsuite for osmo-pcu and osmo-bsc.
To view, visit change 34134. To unsubscribe, or for help writing mail filters, visit settings.