summaryrefslogtreecommitdiffstats
path: root/src/host/gsm48-andreas
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2010-04-06 16:25:38 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2010-04-06 16:25:38 +0200
commitca0692d718900af52f8f54ee3b055e9dec95356d (patch)
tree443de67d5b0c1b675bbe13f20e8ed86f3ee34922 /src/host/gsm48-andreas
parent8e9f7e38ffa60568c05d569d67067ff38e69ad3a (diff)
Minor correction of issues.txt. I wrote the opposite of what I wanted to say...
Diffstat (limited to 'src/host/gsm48-andreas')
-rw-r--r--src/host/gsm48-andreas/issues.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/gsm48-andreas/issues.txt b/src/host/gsm48-andreas/issues.txt
index e0a584a1..063d1c82 100644
--- a/src/host/gsm48-andreas/issues.txt
+++ b/src/host/gsm48-andreas/issues.txt
@@ -40,7 +40,7 @@ I need some RACH primitives like:
- RACH confirm, the RACK has been sent (with timeslot where is was sent)
- RACH cancel request:
Since RACH request must be queued in layer 1 until it the right slot is
- reached, I need to tell L1 not to cancel it. Whenever I receive a confirm, I
+ reached, I need to tell L1 to cancel it. Whenever I receive a confirm, I
schedule the next one until the maximum number has been transmitted or until
an IMMEDIATE ASSIGNMENT is received on CCCH.
Any better idea? Read GSM 04.08 clause 3.3.1.1.2 and 3.3.1.1.3 for more info.