abis_rsl.c: Clarify from which specification this table comes from

It appears to be the table of TS 05.02.
This commit is contained in:
Holger Hans Peter Freyther 2009-07-09 20:43:16 +02:00
parent fe1afedfb9
commit 3d57183910
1 changed files with 2 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ int abis_rsl_rcvmsg(struct msgb *msg)
}
/* Section 3.3.2.3 . I think this looks like a table */
/* Section 3.3.2.3 TS 05.02. I think this looks like a table */
int rsl_ccch_conf_to_bs_cc_chans(int ccch_conf)
{
switch (ccch_conf) {
@ -1371,6 +1371,7 @@ int rsl_ccch_conf_to_bs_cc_chans(int ccch_conf)
}
}
/* Section 3.3.2.3 TS 05.02 */
int rsl_ccch_conf_to_bs_ccch_sdcch_comb(int ccch_conf)
{
switch (ccch_conf) {