abis_nm: introduce abis_nm_{osmo,ipa}_magic[]

... used to be oml_{osmo,ipa}_magic in osmo-bts
This commit is contained in:
Harald Welte 2014-08-17 18:42:58 +02:00
parent 777b056fb4
commit 604d552e49
3 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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,

View File

@ -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;