jolly has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/31031 )
Change subject: Add more L1 signals to common part ......................................................................
Add more L1 signals to common part
Change-Id: I295dc340d3d3a7cbb5aba5afe807746acbcde33f --- M include/osmocom/abis/e1_input.h 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/31/31031/1
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h index 8e7f20b..583094b 100644 --- a/include/osmocom/abis/e1_input.h +++ b/include/osmocom/abis/e1_input.h @@ -242,6 +242,15 @@ S_L_INP_LINE_INIT, S_L_INP_LINE_ALARM, S_L_INP_LINE_NOALARM, + S_L_INP_LINE_LOS, + S_L_INP_LINE_NOLOS, + S_L_INP_LINE_AIS, + S_L_INP_LINE_NOAIS, + S_L_INP_LINE_RAI, + S_L_INP_LINE_NORAI, + S_L_INP_LINE_SLIP_RX, + S_L_INP_LINE_SLIP_TX, + S_L_INP_LINE_SA_BITS, };
extern const struct value_string e1inp_signal_names[]; @@ -358,6 +367,7 @@ uint8_t tei; uint8_t sapi; uint8_t ts_nr; + uint8_t sa_bits; struct gsm_bts_trx *trx; struct e1inp_line *line; };