laforge
/
openbts-osmo
Archived
1
0
Fork 0

gsm: Add 8-bit alphabet to enumeration of GSM alphabets.

(cherry picked from commit 6c2e5134808e66f525e7df3e250a3f7be5cfd31c)
This commit is contained in:
Alexander Chemeris 2010-11-04 19:14:57 +03:00
parent 9de3435b20
commit b854303428
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ extern const BitVector gRACHSynchSequence;
enum GSMAlphabet { enum GSMAlphabet {
ALPHABET_7BIT, ALPHABET_7BIT,
ALPHABET_8BIT,
ALPHABET_UCS2 ALPHABET_UCS2
}; };