* Use new NM_ATT_BS11 definitions instead of magic numbers
* rename FECTORY_LOGON into LMT_LOGON since it's not always factory level

diff --git a/include/openbsc/abis_nm.h b/include/openbsc/abis_nm.h
index e46f313..1e59a44 100644
--- a/include/openbsc/abis_nm.h
+++ b/include/openbsc/abis_nm.h
@@ -190,8 +190,8 @@
 
 	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,