From d256d4f19c251e6e78cbbfc3d0e1e796418f90ed Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 10 Mar 2009 19:44:48 +0000 Subject: * make sure we can obtain signalling type and timslot type names * make sure every e1 timeslot has a valid backpointer to its line --- include/openbsc/e1_input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 { -- cgit v1.2.3