UI frames should be reported to userspace as
DL_UNITDATA_IND rather
than DL_DATA_IND. openbsc/input/misdn.c currently
doesn't support
DL_UNITDATA_IND in the switch statement of handle_ts1_read. That sounds
like the most likely cause.
hi harald,
this was the problem. finally got the measurement reports (--debug
....:DMEAS). you just need to add to misdn.c:
case DL_UNITDATA_IND:
and everything is fine.
regards,
andreas