pcu_sock: set flag PCU_IF_FLAG_SYSMO by setting pcu_direct = 1

The use of PCU_IF_FLAG_SYSMO enable the PCU to use DIRECT_PHY code path.

Change-Id: I1f5407264fc4f209456ffcb73d7853ff315aab86
This commit is contained in:
Alexander Couzens 2016-11-29 00:18:26 +01:00 committed by Harald Welte
parent 54050a28ed
commit a229756885
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
static int pcu_sock_send(struct gsm_bts *bts, struct msgb *msg);
uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx);
int pcu_direct = 0;
int pcu_direct = 1;
static const char *sapi_string[] = {
[PCU_IF_SAPI_RACH] = "RACH",