hnb-test: Send HNB register request and parse the accept
diff --git a/src/tests/hnb-test.h b/src/tests/hnb-test.h
index 6a8491e..2042734 100644
--- a/src/tests/hnb-test.h
+++ b/src/tests/hnb-test.h
@@ -59,6 +59,8 @@
 	uint16_t hnbap_stream;
 	/*! SCTP stream ID for RUA */
 	uint16_t rua_stream;
+
+	uint16_t rnc_id;
 };
 
 extern struct hnb_test g_hnb_test;