aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-25 21:09:48 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-26 01:33:52 +0100
commit6ae49691afc4dc067f9dfb6c4aa386ec05f3cc1c (patch)
tree805c713b3c8c77cc718fd2b11d859893e4047865 /src/osmo-bts-sysmo/l1_if.c
parent2bad1363e9acd340eff27bc0b3856ee6290c096c (diff)
sysmobts: Transmit the UI idle frame as a LAPDm Command
When transmitting an idle frame the BTS should transmit it as a command and not a response. This is unbreaking the mobile application of osmocomBB.
Diffstat (limited to 'src/osmo-bts-sysmo/l1_if.c')
-rw-r--r--src/osmo-bts-sysmo/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index c30ef385..67992358 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -347,7 +347,7 @@ static int check_for_ciph_cmd(struct femtol1_hdl *fl1h,
}
static const uint8_t fill_frame[GSM_MACBLOCK_LEN] = {
- 0x01, 0x03, 0x01, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B,
+ 0x03, 0x03, 0x01, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B,
0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B, 0x2B,
0x2B, 0x2B, 0x2B
};