aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-10-03 13:18:37 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-10-03 13:18:40 +0200
commit4179207e0ec2833c649174aef5b32b54431f23a8 (patch)
treec6db05e51ffc39a8f50cc41b696994af1f8dc4d3
parentb5cfc6b019dbb31ceb52e8747c422bbaa0f60ac9 (diff)
e1_input.h: Set correct type for input_signal_data->link_type
link_type field holds values from link->type as set in e1inp_int_snd_event(). Change-Id: Iaa33b793f89f2d16c9d949503c5ecc195bbcd2a4
-rw-r--r--include/osmocom/abis/e1_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index f9b4850..e6d5154 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -314,7 +314,7 @@ extern struct llist_head e1inp_line_list;
/* XXX */
struct input_signal_data {
- int link_type;
+ enum e1inp_sign_type link_type;
uint8_t tei;
uint8_t sapi;
uint8_t ts_nr;