libosmocore/src/gb
Vadim Yanitskiy e2ad6ebb7a gprs_bssgp: abuse gsm48_encode_ra() to encode TAC
Both LAC and TAC take 2 octets and follow MCC/MNC fields on the wire.
We abuse gsm48_encode_ra() for encoding of MCC/MNC, but it can also
be abused to encode TAC in bssgp_create_rim_ri().  There is no need
to encode '0000'O and then override it with osmo_store16be().

Change-Id: I986552aa52cf38b1c5290d2e5cd3ff2d1c36a4e5
2021-01-11 14:21:21 +00:00
..
Makefile.am gprs_ns2: set transfer cap in NS Status primitive 2021-01-05 14:24:03 +00:00
bssgp_bvc_fsm.c bssgp_bvc_fsm: Handle block request from application correctly 2021-01-07 18:57:57 +00:00
common_vty.c logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
common_vty.h logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
frame_relay.c frame_relay: link_alloc: move log message to the end 2020-12-23 06:32:29 +01:00
gb_internal.h NS: Add support for GPRS NS IP Sub-Network-Service (SNS) 2019-02-26 12:18:30 +01:00
gprs_bssgp.c gprs_bssgp: abuse gsm48_encode_ra() to encode TAC 2021-01-11 14:21:21 +00:00
gprs_bssgp2.c bssgp_bvc_fsm: Add basic BVC flow control rx/tx support 2020-12-09 22:57:53 +01:00
gprs_bssgp_bss.c logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
gprs_bssgp_internal.h Gb/BSSGP: replace hardcoded Tx into NS library by a callback 2020-08-04 10:33:09 +00:00
gprs_bssgp_util.c bssgp: Add SUSPEND_NACK to osmo_pdef_bssgp 2021-01-05 15:31:08 +00:00
gprs_bssgp_vty.c logging: Introduce DLBSSGP logging constant 2020-12-09 22:50:01 +01:00
gprs_ns.c gprs_ns: fix typo in comment 2020-07-28 11:44:55 +02:00
gprs_ns2.c gprs_ns2: set transfer cap in NS Status primitive 2021-01-05 14:24:03 +00:00
gprs_ns2_fr.c gprs_ns2_fr: fix resource leaks due to early return in set_ifupdown() 2021-01-05 15:21:39 +00:00
gprs_ns2_frgre.c ns2_frgre: Fix missing break statement for recv from IPV6 2021-01-07 18:57:28 +00:00
gprs_ns2_internal.h gprs_ns2: set transfer cap in NS Status primitive 2021-01-05 14:24:03 +00:00
gprs_ns2_message.c gprs_ns2: Use TLVP_PRES_LEN instead of TLVP_PRESENT 2020-12-04 18:20:15 +00:00
gprs_ns2_sns.c gprs_ns2_sns: always check rc of osmo_sockaddr_str_from_sockaddr() 2021-01-05 15:21:39 +00:00
gprs_ns2_udp.c gprs_ns2: set transfer cap in NS Status primitive 2021-01-05 14:24:03 +00:00
gprs_ns2_vc_fsm.c gprs_ns2: don't start unconfigured fsm via FORCE_UNCONFIGURED 2020-12-23 06:32:29 +01:00
gprs_ns2_vty.c gprs_ns2: fix force-unconfigured for IP-SNS NSE 2020-12-23 06:32:29 +01:00
gprs_ns2_vty2.c gprs_ns2: use zero initialized memory for vty_binds 2021-01-01 17:24:57 +01:00
gprs_ns_frgre.c select: Rename BSC_FD_* constants to OSMO_FD_* 2019-03-21 16:02:01 +00:00
gprs_ns_sns.c gb/gprs_ns_sns.c: fix incorrect sizeof() calculation 2019-04-12 22:16:18 +07:00
gprs_ns_vty.c vty: use install_lib_element() and install_lib_element_ve() 2020-10-06 00:22:22 +07:00
libosmogb.map gprs_ns2: add new vty2 2020-12-22 16:36:19 +01:00