aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-07-19 18:57:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-07-19 18:58:23 +0200
commita8f90e5bc10a636f35790ac9ab98eae0680312c8 (patch)
tree5f732904948c6b160d545f29bdd896515dc41c1a
parent2b2d81c5d6479a3651a42c0875053ed1e3c3ff2b (diff)
gmm: Document spec ref regarding Receive N-PDU Numbers IE in RAU Compl
-rw-r--r--src/gmm/gmm_pdu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gmm/gmm_pdu.c b/src/gmm/gmm_pdu.c
index 27c06fd..1c3cc8c 100644
--- a/src/gmm/gmm_pdu.c
+++ b/src/gmm/gmm_pdu.c
@@ -515,6 +515,11 @@ int gprs_gmm_build_rau_compl(struct gprs_gmm_entity *gmme, struct msgb *msg)
gh->proto_discr = GSM48_PDISC_MM_GPRS;
gh->msg_type = GSM48_MT_GMM_RA_UPD_COMPL;
+ /* TODO: 3GPP TS 24.008 4.7.5.1.3 "If Receive N-PDU Numbers were
+ * included, the Receive N-PDU Numbers values valid in the MS, shall be included in
+ * the ROUTING AREA UPDATE COMPLETE message."
+ */
+
/* TODO: Add optional IEs */
return 0;
}