aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-09 01:25:22 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-22 21:12:28 +0200
commit74b0565d9f1a7abbd665b8456b7a851e1d47f0a8 (patch)
tree7e6ce7d9f440af1d2fe65c816212206e0594f407
parent7b48749783827ebad52483278df287ece6e7d279 (diff)
comment: note RAB assignment spec reference
-rw-r--r--src/ranap_msg_factory.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ranap_msg_factory.c b/src/ranap_msg_factory.c
index 94eb1c5..16a9d03 100644
--- a/src/ranap_msg_factory.c
+++ b/src/ranap_msg_factory.c
@@ -705,7 +705,10 @@ static void assign_new_ra_id(RANAP_RAB_ID_t *id, uint8_t rab_id)
id->bits_unused = 0;
}
-/*! \brief generate RANAP RAB ASSIGNMENT REQUEST message for CS (voice) */
+/*! \brief generate RANAP RAB ASSIGNMENT REQUEST message for CS (voice).
+ * See 3GPP TS 25.413 8.2.
+ * RAB ID: 3GPP TS 25.413 9.2.1.2
+ */
struct msgb *ranap_new_msg_rab_assign_voice(uint8_t rab_id, uint32_t rtp_ip,
uint16_t rtp_port,
bool use_x213_nsap)