aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/gsm/abis_nm.h3
-rw-r--r--src/gsm/abis_nm.c3
-rw-r--r--src/gsm/libosmogsm.map2
3 files changed, 8 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;
diff --git a/src/gsm/abis_nm.c b/src/gsm/abis_nm.c
index 7a1f6648..8cc76dae 100644
--- a/src/gsm/abis_nm.c
+++ b/src/gsm/abis_nm.c
@@ -36,6 +36,9 @@
#include <osmocom/gsm/protocol/gsm_12_21.h>
#include <osmocom/gsm/abis_nm.h>
+const char abis_nm_ipa_magic[13] = "com.ipaccess";
+const char abis_nm_osmo_magic[12] = "org.osmocom";
+
/*! \brief unidirectional messages from BTS to BSC */
const enum abis_nm_msgtype abis_nm_reports[4] = {
NM_MT_SW_ACTIVATED_REP,
diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map
index cab4fc40..da04d2b2 100644
--- a/src/gsm/libosmogsm.map
+++ b/src/gsm/libosmogsm.map
@@ -20,6 +20,8 @@ abis_nm_reports;
abis_nm_severity_name;
abis_nm_sw_load_msgs;
abis_nm_test_name;
+abis_nm_osmo_magic;
+abis_nm_ipa_magic;
osmo_sitype_strs;