tests: Move the "pcu_direct" symbol into the stubs to be shared

This commit is contained in:
Holger Hans Peter Freyther 2014-05-25 16:32:52 +02:00
parent bc8de14671
commit b3d1779b96
4 changed files with 1 additions and 3 deletions

View File

@ -29,7 +29,6 @@
static struct gsm_bts *bts;
static struct gsm_bts_role_bts *btsb;
int pcu_direct = 0;
static const uint8_t static_ilv[] = {
0x08, 0x59, 0x51, 0x30, 0x99, 0x00, 0x00, 0x00, 0x19

View File

@ -29,7 +29,6 @@
static struct gsm_bts *bts;
static struct gsm_bts_role_bts *btsb;
int pcu_direct = 0;
#define ASSERT_TRUE(rc) \
if (!(rc)) { \

View File

@ -29,7 +29,6 @@
static struct gsm_bts *bts;
static struct gsm_bts_role_bts *btsb;
int pcu_direct = 0;
static const uint8_t static_ilv[] = {
0x08, 0x59, 0x51, 0x30, 0x99, 0x00, 0x00, 0x00, 0x19

View File

@ -7,6 +7,7 @@
*/
const uint8_t abis_mac[6] = { 0,1,2,3,4,5 };
const char *software_version = "0815";
int pcu_direct = 0;
int bts_model_chg_adm_state(struct gsm_bts *bts, struct gsm_abis_mo *mo,
void *obj, uint8_t adm_state)