aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-07-09 20:43:16 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-07-09 20:43:16 +0200
commit3d571839108be8ec572f638456e6887c3db53b0b (patch)
tree8ab9f90d77cc9edf534fbb45207dd90698b79cfe /openbsc
parentfe1afedfb988c8527b79bfc38d26f8a9a0a17d64 (diff)
abis_rsl.c: Clarify from which specification this table comes from
It appears to be the table of TS 05.02.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/abis_rsl.c3
1 files changed, 2 insertions, 1 deletions
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) {