From b85430342877e2f6a61e08d97203837a6ca12ec7 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Thu, 4 Nov 2010 19:14:57 +0300 Subject: [PATCH] gsm: Add 8-bit alphabet to enumeration of GSM alphabets. (cherry picked from commit 6c2e5134808e66f525e7df3e250a3f7be5cfd31c) --- public-trunk/GSM/GSMCommon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public-trunk/GSM/GSMCommon.h b/public-trunk/GSM/GSMCommon.h index 7f3941c..2a1d870 100644 --- a/public-trunk/GSM/GSMCommon.h +++ b/public-trunk/GSM/GSMCommon.h @@ -81,6 +81,7 @@ extern const BitVector gRACHSynchSequence; enum GSMAlphabet { ALPHABET_7BIT, + ALPHABET_8BIT, ALPHABET_UCS2 };