hnb-test: Send UE de-register after receiving the UE registration accept
diff --git a/src/tests/hnb-test.h b/src/tests/hnb-test.h
index 3fb0b94..5778078 100644
--- a/src/tests/hnb-test.h
+++ b/src/tests/hnb-test.h
@@ -62,6 +62,8 @@
 	uint16_t rua_stream;
 
 	uint16_t rnc_id;
+
+	uint32_t ctx_id;
 };
 
 extern struct hnb_test g_hnb_test;