Attention is currently required from: neels.
1 comment:
File src/osmo-hnbgw/context_map.c:
Patch Set #1, Line 99: if (new_scu_conn_id < 0) {
iiuc, eg. now 0xffffaaaa (valid address) may be handled as a negative and fail here.
IMHO it's much better keep using uint32_t and to explicitly look for 0xFFFFFFFF for failure.
To view, visit change 33158. To unsubscribe, or for help writing mail filters, visit settings.