aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-01-29 23:15:30 +0000
committerHarald Welte <laforge@gnumonks.org>2009-01-29 23:15:30 +0000
commit043d04a99ad9b87d43ba6c78b8ad5ace900aee27 (patch)
treece2ff10eb9485a9679c537fdc90f28e3672d8e8f /include/openbsc/abis_nm.h
parent934e68bbcfe25dfdfb6b5b5cb08ced44e13d6757 (diff)
* Use new NM_ATT_BS11 definitions instead of magic numbers
* rename FECTORY_LOGON into LMT_LOGON since it's not always factory level
Diffstat (limited to 'include/openbsc/abis_nm.h')
-rw-r--r--include/openbsc/abis_nm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h
index e46f313ea..1e59a4446 100644
--- a/include/openbsc/abis_nm.h
+++ b/include/openbsc/abis_nm.h
@@ -190,8 +190,8 @@ enum abis_nm_msgtype {
NM_MT_BS11_GET_STATE = 0xe3,
NM_MT_BS11_GET_STATE_ACK,
- NM_MT_BS11_FACTORY_LOGON = 0xe5,
- NM_MT_BS11_FACTORY_LOGON_ACK,
+ NM_MT_BS11_LMT_LOGON = 0xe5,
+ NM_MT_BS11_LMT_LOGON_ACK,
NM_MT_BS11_RESTART = 0xe7,
NM_MT_BS11_RESTART_ACK,
NM_MT_BS11_DISCONNECT = 0xe9,