osmo-msc/src
Keith Whyte 404fb1b60e LCLS: Fix Global Call Reference generation
According to 3gpp spec the Call Reference part of GCR is 5 octets,
3 octets Call ID followed by 2 octets BSS ID.

We are using our internal call reference (4 octets) and the
location area code, or optionally Cell ID as BSS ID
(2 octets). Obviously it does not fit.

Let's use only 3 octets from the call reference, dropping the MSB.

Includes code by Vadim Yanitskiy <vyanitskiy@sysmocom.de>

Change-Id: I9c33a89c819e8925d89ca833d7705ed5ced6b566
2023-02-01 03:08:37 +01:00
..
libmsc LCLS: Fix Global Call Reference generation 2023-02-01 03:08:37 +01:00
libsmpputil SMPP: use proper type for boolean variables 2023-01-17 09:15:54 +00:00
libvlr vlr: implement fallback to no-auth 2022-10-27 23:59:38 +02:00
osmo-msc ctrl: take both address and port from vty config 2022-12-17 20:50:14 +03:00
utils SMPP: use default port from libsmpp34 2022-10-20 20:10:39 +03:00
Makefile.am Introduce libsmpputil 2022-08-05 22:12:09 +07:00