From 604d552e49530c6c98886da4f069f13e1eb438b5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Aug 2014 18:42:58 +0200 Subject: abis_nm: introduce abis_nm_{osmo,ipa}_magic[] ... used to be oml_{osmo,ipa}_magic in osmo-bts --- include/osmocom/gsm/abis_nm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom/gsm/abis_nm.h') 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; -- cgit v1.2.3