Some more SR1.0.1 related fixes

somehow all the 0x81 in OML became 0x80, and the 0x80 of RSL became
0x80.
This commit is contained in:
Harald Welte 2011-01-15 18:07:34 +01:00
parent 17a7634043
commit 388cbbfc41
1 changed files with 12 additions and 0 deletions

View File

@ -42,19 +42,31 @@ static struct gsm_bts_model model_hslfemto = {
static const uint8_t l1_msg[] = {
#ifdef HSL_SR_1_0
0x80, 0x8a,
#else
0x81, 0x8a,
#endif
0xC4, 0x0b,
};
static const uint8_t conn_trau_msg[] = {
#ifdef HSL_SR_1_0
0x80, 0x81,
#else
0x81, 0x81,
#endif
0xC1, 16,
0x02, 0x00, 0x00, 0x00, 0xC0, 0xA8, 0xEA, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
static const uint8_t conn_trau_msg2[] = {
#ifdef HSL_SR_1_0
0x80, 0x81,
#else
0x81, 0x81,
#endif
0xC1, 16,
0x02, 0x00, 0xd4, 0x07, 0xC0, 0xA8, 0xEA, 0x01,
0x38, 0xA4, 0x45, 0x00, 0x04, 0x59, 0x40, 0x00