aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-03-10 19:44:48 +0000
committerHarald Welte <laforge@gnumonks.org>2009-03-10 19:44:48 +0000
commitd256d4f19c251e6e78cbbfc3d0e1e796418f90ed (patch)
tree9c932a9edcdc1d741700893e2bd441d22f9f89c2 /include/openbsc
parent4d87f24e6ff2aaa75b1e29f2903d5e370280e5ba (diff)
* make sure we can obtain signalling type and timslot type names
* make sure every e1 timeslot has a valid backpointer to its line
Diffstat (limited to 'include/openbsc')
-rw-r--r--include/openbsc/e1_input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/e1_input.h b/include/openbsc/e1_input.h
index bf91b4957..e127c276d 100644
--- a/include/openbsc/e1_input.h
+++ b/include/openbsc/e1_input.h
@@ -16,6 +16,7 @@ enum e1inp_sign_type {
E1INP_SIGN_OML,
E1INP_SIGN_RSL,
};
+const char *e1inp_signtype_name(enum e1inp_sign_type tp);
struct e1inp_ts;
@@ -50,6 +51,7 @@ enum e1inp_ts_type {
E1INP_TS_TYPE_SIGN,
E1INP_TS_TYPE_TRAU,
};
+const char *e1inp_tstype_name(enum e1inp_ts_type tp);
/* A timeslot in the E1 interface */
struct e1inp_ts {