aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/abis_om2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/abis_om2000.h')
-rw-r--r--include/osmocom/bsc/abis_om2000.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/bsc/abis_om2000.h b/include/osmocom/bsc/abis_om2000.h
index 62aef9d51..51ec11be5 100644
--- a/include/osmocom/bsc/abis_om2000.h
+++ b/include/osmocom/bsc/abis_om2000.h
@@ -43,6 +43,11 @@ enum om2k_mo_state {
OM2K_MO_S_DISABLED,
};
+enum om2k_sync_src {
+ OM2K_SYNC_SRC_INTERNAL = 0x00,
+ OM2K_SYNC_SRC_EXTERNAL = 0x01,
+};
+
/* on-wire format for IS conn group */
struct om2k_is_conn_grp {
uint16_t icp1;