summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/src/codec/gsm610.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-09-08 20:44:55 +0200
committerHarald Welte <laforge@gnumonks.org>2012-09-08 20:45:44 +0200
commitd08b949c2b0e41a46bfbe984766601f73e53697d (patch)
treefb3f3c4f8cb6ca60167ae98aa024a4dbb385d361 /src/shared/libosmocore/src/codec/gsm610.c
parent24df176826b3c7b445c34c5a6ae106d0892c9052 (diff)
parent972b502ecaf3b919b7e89c13257dd6ec97aaafb7 (diff)
Merge libosmocore commit '972b502ecaf3b919b7e89c13257dd6ec97aaafb7' into master
this updates libosmocore to the current libosmocore.git master, mainly to import the msgb_get() / msgb_pull() fixes.
Diffstat (limited to 'src/shared/libosmocore/src/codec/gsm610.c')
-rw-r--r--src/shared/libosmocore/src/codec/gsm610.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/libosmocore/src/codec/gsm610.c b/src/shared/libosmocore/src/codec/gsm610.c
index 09fbeb5a..35f6011d 100644
--- a/src/shared/libosmocore/src/codec/gsm610.c
+++ b/src/shared/libosmocore/src/codec/gsm610.c
@@ -30,7 +30,7 @@
* It converts between serial parameter output by the encoder and the
* order needed before channel encoding.
*/
-uint16_t gsm610_bitorder[260] = {
+const uint16_t gsm610_bitorder[260] = {
0, /* LARc0:5 */
47, /* Xmaxc0:5 */
103, /* Xmaxc1:5 */