aboutsummaryrefslogtreecommitdiffstats
path: root/src/bs11_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bs11_config.c')
-rw-r--r--src/bs11_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bs11_config.c b/src/bs11_config.c
index cdcd939c1..457e90f08 100644
--- a/src/bs11_config.c
+++ b/src/bs11_config.c
@@ -373,8 +373,8 @@ static int handle_serial_msg(struct msgb *rx_msg)
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;