libosmo-gprs/src/llc
Pau Espin c0bc613f60 llc: Introduce LL-ASSIGN.ind
TS 24.007, TS 24.008, TS 44.064 nor TS 44.065 explain how the TLLI
update happening during GMM RAU propagates to the SNDCP layer.
GMM only has interfaces towards LLC and GRR, and uses LLGMM-Assign.Req
and GMMRR-Assign.req to update the TLLI in the respective layers.
This patch adds a new primitive in the LL interface (LLC->SNDCP)
LL-Assign.ind to propagate the LLGM-Assign.req received from
GMM towards SNDCP, so that it can use the new TLLI in order to address
the specific MS.

Change-Id: Icb858f5397414b6d4183c21f13d35c0166ca7635
2023-07-20 11:59:32 +02:00
..
Makefile.am {rlcmac,llc,sndcp}: AM_LDFLAGS shall not contain *_LIBS 2023-03-13 10:46:01 +00:00
crc24.c llc: import FCS (CRC24) calculation API from osmo-sgsn.git 2022-09-18 20:45:44 +07:00
llc.c llc: Implement LLGM-TRIGGER.req 2023-05-25 15:28:31 +02:00
llc_bssgp.c llc: Initial support for GRR-UNITDATA.ind/req 2023-01-23 20:56:41 +01:00
llc_grr.c llc: Initial support for GRR-UNITDATA.ind/req 2023-01-23 20:56:41 +01:00
llc_ll.c llc: Introduce LL-ASSIGN.ind 2023-07-20 11:59:32 +02:00
llc_llgmm.c llc: Introduce LL-ASSIGN.ind 2023-07-20 11:59:32 +02:00
llc_pdu.c llc: Proper separation of public & private APIs, Introduce llc_prim API 2022-12-21 04:49:08 +07:00
llc_prim.c Rename internal g_ctx -> g_{layer_name}_ctx 2023-04-13 18:20:53 +02:00
llc_xid.c llc: Proper separation of public & private APIs, Introduce llc_prim API 2022-12-21 04:49:08 +07:00
misc.c llc: rework logging, add LOGLLC macro 2022-12-21 04:49:08 +07:00