rlc: Test the basic of the gprs_rlc_v_n code for remembering the state
diff --git a/src/rlc.cpp b/src/rlc.cpp
index fda743f..f29af62 100644
--- a/src/rlc.cpp
+++ b/src/rlc.cpp
@@ -138,3 +138,8 @@
 	}
 	show_v_b[i] = '\0';
 }
+
+void gprs_rlc_v_n::reset()
+{
+	memset(m_v_n, 0x0, sizeof(m_v_n));
+}