osmo-bsc/openbsc/src/osmo-bsc
Holger Hans Peter Freyther 8a8df80772 bsc/nat: Fix the structure of the identity request message
Unfortunately the basic structure of the response is broken.
There is a two byte length followed by data. The concept of
a 'tag' happens to be the first byte of the data.

This means we want to write strlen of the token, then we
want to write the NUL and then we need to account for the
tag in front.

Introduce a flag if the new or old format should be used.
This will allow to have new BSCs talk to old NATs without
an additional change. In the long run we can clean that up.
2015-07-01 08:16:40 +02:00
..
Makefile.am Fix build wrt. missing CFLAGS constituents 2015-06-19 20:56:53 +02:00
osmo_bsc_api.c bsc: Send a LU Reject in case it has been filtered 2015-05-03 22:33:35 +02:00
osmo_bsc_audio.c handover: Fix the handover signalling for IP based BTSes 2012-12-26 10:32:02 +01:00
osmo_bsc_bssap.c Replace ad-hoc function with generic one from libosmocore 2015-05-17 19:09:32 +02:00
osmo_bsc_ctrl.c nitb: Move the rf-lock commands from osmo-bsc to libbsc 2015-02-10 21:37:16 +01:00
osmo_bsc_filter.c bsc: Allow to use different LAC/CI for the core-network 2015-04-01 19:26:12 +02:00
osmo_bsc_grace.c bsc: Change paging strategy based on override or not 2015-04-01 19:26:26 +02:00
osmo_bsc_main.c bsc: Add access list filtering to the BSC 2015-05-03 22:33:35 +02:00
osmo_bsc_msc.c bsc/nat: Fix the structure of the identity request message 2015-07-01 08:16:40 +02:00
osmo_bsc_sccp.c bsc: Add a "IPA PING" to the SCCP CR messages 2014-09-05 12:25:32 +02:00
osmo_bsc_vty.c bsc: Add access lists to the MSC and the BSC 2015-05-03 22:32:43 +02:00