libosmo-gprs/src/sm
Pau Espin 4c2f0ced47 sm: Use & forward to upper layers the PTMSI & TLLI received from GMM
App and SM itself may need access to PTMSI or TLLI.

PTMSI:
- App may want to store it somewhere in order to reuse it next time
  it wants to GMM Attach.
TLLI:
- App will need the TLLI to identify the MS when sending/receiving
  primitives over SN SAP (app<->SNDCP).
- SM layer will need the TLLI to communicate over SNSM SAP (SM<->SNDCP),
  as well as relay the information to the app if the GMM Attach happens
  implicitly over SMREG-Act_Pdp_Ctx.req -> GMMSM-Establish-Req.

Change-Id: I7b1b8ac414474652b438f15b7f07961032a0f56d
2023-05-05 14:44:58 +02:00
..
Makefile.am sm: Start using SNSM SAP 2023-04-14 18:39:29 +02:00
misc.c Introduce libosmo-gprs-sm 2023-03-30 13:49:29 +02:00
sm.c sm: Use & forward to upper layers the PTMSI & TLLI received from GMM 2023-05-05 14:44:58 +02:00
sm_ms_fsm.c sm: Avoid freeing the SME object too quickly 2023-05-03 12:26:43 +02:00
sm_pdu.c sm: Fix encoding of dynamic IP address in PDPActCtxReq 2023-05-03 12:26:40 +02:00
sm_prim.c sm: Use & forward to upper layers the PTMSI & TLLI received from GMM 2023-05-05 14:44:58 +02:00