From 3d571839108be8ec572f638456e6887c3db53b0b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 9 Jul 2009 20:43:16 +0200 Subject: abis_rsl.c: Clarify from which specification this table comes from It appears to be the table of TS 05.02. --- openbsc/src/abis_rsl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc') diff --git a/openbsc/src/abis_rsl.c b/openbsc/src/abis_rsl.c index 3495e6c4d..a5b9a9059 100644 --- a/openbsc/src/abis_rsl.c +++ b/openbsc/src/abis_rsl.c @@ -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) { -- cgit v1.2.3