* 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/src/bs11_config.c b/src/bs11_config.c
index cdcd939..457e90f 100644
--- a/src/bs11_config.c
+++ b/src/bs11_config.c
@@ -373,8 +373,8 @@
 	oh = (struct abis_om_hdr *) msgb_l2(rx_msg);
 	foh = (struct abis_om_fom_hdr *) oh->data;
 	switch (foh->msg_type) {
-	case NM_MT_BS11_FACTORY_LOGON_ACK:
-		printf("FACTORY LOGON: ACK\n");
+	case NM_MT_BS11_LMT_LOGON_ACK:
+		printf("LMT LOGON: ACK\n");
 		if (bs11cfg_state == STATE_NONE)
 			bs11cfg_state = STATE_LOGON_ACK;
 		rc = 0;