aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/hnb-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/hnb-test.c b/src/tests/hnb-test.c
index 5b4b7e5..e64d077 100644
--- a/src/tests/hnb-test.c
+++ b/src/tests/hnb-test.c
@@ -341,6 +341,10 @@ static int hnb_test_nas_rx_mm(struct hnb_test *hnb, struct msgb *rxm)
else
return 0;
+ case GSM48_MT_MM_LOC_UPD_REJECT:
+ printf("Received Location Update Reject\n");
+ return 0;
+
case GSM48_MT_MM_INFO:
hnb_test_nas_rx_mm_info(rxm);
return 0;