AW: patches again

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Andreas.Eversberg Andreas.Eversberg at versatel.de
Mon Jun 29 21:37:51 UTC 2009


> 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






More information about the OpenBSC mailing list