aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bssap.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/bssap.c')
-rw-r--r--openbsc/src/bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bssap.c b/openbsc/src/bssap.c
index 50dff9289..abcb6ac85 100644
--- a/openbsc/src/bssap.c
+++ b/openbsc/src/bssap.c
@@ -892,7 +892,7 @@ static u_int8_t chan_mode_to_speech(struct gsm_lchan *lchan)
}
if (lchan->type == GSM_LCHAN_TCH_H)
- mode |= 0x4;
+ mode |= 0x4;
return mode;
}