comment: note RAB assignment spec reference

Change-Id: Ifef8da82a01cd781ef560d1ec21cbfb23efb1495
This commit is contained in:
Neels Hofmeyr 2016-09-09 01:25:22 +02:00
parent 7b48749783
commit 74b0565d9f
1 changed files with 4 additions and 1 deletions

View File

@ -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)