rlc: Count the sent and resent RLC blocks
diff --git a/src/bts.cpp b/src/bts.cpp
index 409b5d3..b261ea4 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -54,6 +54,8 @@
 	{ "tbf.ul.alloc",		"TBF UL Allocated     "},
 	{ "tbf.ul.freed",		"TBF UL Freed         "},
 	{ "tbf.reused",			"TBF Reused           "},
+	{ "rlc.sent",			"RLC Sent             "},
+	{ "rlc.resent",			"RLC Resent           "},
 	{ "decode.errors",		"Decode Errors        "},
 	{ "sba.allocated",		"SBA Allocated        "},
 	{ "sba.freed",			"SBA Freed            "},