1 comment:
File src/osmo-hnbgw/hnbgw_cn.c:
Patch Set #7, Line 362: switch (((uint8_t *)msgb_l2(oph->msg))[1]) {
why such a hack here and peek into the raw msgb without the use of the decoder? Why not simply deco […]
hmm. I was hoping that at least the procedure code would be in a fixed position and we could rely on this. My idea was to safe the effort for the decoding when the procedure is not about RAB assignment. I will see how this can be solved. Probably we will have to decode it properly then.
To view, visit change 26795. To unsubscribe, or for help writing mail filters, visit settings.