aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-17 18:42:58 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-17 18:42:58 +0200
commit604d552e49530c6c98886da4f069f13e1eb438b5 (patch)
tree50621b44adf1bed6bebff23d1aa34255774785f8 /include/osmocom/gsm
parent777b056fb4eef1bde8ae670a360c766d26f093bf (diff)
abis_nm: introduce abis_nm_{osmo,ipa}_magic[]
... used to be oml_{osmo,ipa}_magic in osmo-bts
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r--include/osmocom/gsm/abis_nm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h
index bc13ffe0..5520f993 100644
--- a/include/osmocom/gsm/abis_nm.h
+++ b/include/osmocom/gsm/abis_nm.h
@@ -10,6 +10,9 @@
/*! \file abis_nm.h */
+extern const char abis_nm_ipa_magic[13];
+extern const char abis_nm_osmo_magic[12];
+
enum abis_nm_msgtype;
enum gsm_phys_chan_config;