rlc: Count the window stalls on the RLC level
diff --git a/src/bts.cpp b/src/bts.cpp
index b261ea4..818530b 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -56,6 +56,7 @@
 	{ "tbf.reused",			"TBF Reused           "},
 	{ "rlc.sent",			"RLC Sent             "},
 	{ "rlc.resent",			"RLC Resent           "},
+	{ "rlc.stalled",		"RLC Stalled          "},
 	{ "decode.errors",		"Decode Errors        "},
 	{ "sba.allocated",		"SBA Allocated        "},
 	{ "sba.freed",			"SBA Freed            "},