From 7cab16619eb3935c5e36abb753e505ff1fc83653 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 7 Apr 2010 11:11:11 +0200 Subject: [PATCH] nat: Fix the reset message and prepend the IPA header --- openbsc/src/nat/bsc_nat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c index 5535eb52c..75c8935d8 100644 --- a/openbsc/src/nat/bsc_nat.c +++ b/openbsc/src/nat/bsc_nat.c @@ -310,6 +310,7 @@ static void msc_connection_was_lost(struct bsc_msc_connection *con) static void msc_connected(struct bsc_msc_connection *con) { static const u_int8_t reset[] = { + 0x00, 0x12, 0xfd, 0x09, 0x00, 0x03, 0x05, 0x07, 0x02, 0x42, 0xfe, 0x02, 0x42, 0xfe, 0x06, 0x00, 0x04, 0x30, 0x04, 0x01, 0x20