diff options
author | Andreas Eversberg <jolly@eversberg.eu> | 2010-06-25 02:50:06 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-06-25 02:50:06 +0200 |
commit | 93364fc8e0e5cc29e3e639aae345b9f2853a8af8 (patch) | |
tree | 1ace02d020db06bbad0aa0701d2e37f1251dd4fc /include/osmocore | |
parent | 639f74bdf4d0107f04c30691e2e7749150541681 (diff) |
[gsm48] fix typo in struct gsm48_req_ref
Diffstat (limited to 'include/osmocore')
-rw-r--r-- | include/osmocore/protocol/gsm_04_08.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/protocol/gsm_04_08.h b/include/osmocore/protocol/gsm_04_08.h index 03cee003..bdd0ff80 100644 --- a/include/osmocore/protocol/gsm_04_08.h +++ b/include/osmocore/protocol/gsm_04_08.h @@ -56,7 +56,7 @@ struct gsm48_multi_rate_conf { 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)); |