summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-06-24 18:42:33 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-06-24 18:42:33 +0000
commitd9ac6a51ad71346c2146490c18480d45a53cc27a (patch)
tree72121e8144431325094e26dc45be52fa43241101 /src/shared
parent4b9ef28ca929dd238089e4a3180aaf550c3bdb3a (diff)
layer23: Now receiver of IMM.ASS checks for timeslot when matching request.
This implies that random access confirm now works and is used.
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h b/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
index 516ae348..518aed4f 100644
--- a/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
+++ b/src/shared/libosmocore/include/osmocore/protocol/gsm_04_08.h
@@ -306,7 +306,7 @@ struct gsm48_rach_control {
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));