[gsm48] fix typo in struct gsm48_req_ref
diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h
index 03cee00..bdd0ff8 100644
--- a/include/osmocore/protocol/gsm_04_08.h
+++ b/include/osmocore/protocol/gsm_04_08.h
@@ -56,7 +56,7 @@
 struct gsm48_req_ref {
 	uint8_t ra;
 	uint8_t t3_high:3,
-		 t1_:5;
+		 t1:5;
 	uint8_t t2:5,
 		 t3_low:3;
 } __attribute__ ((packed));