summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/sta/action')
-rw-r--r--cesar/cp/eoc/sta/action/src/assoc_slave.c4
-rw-r--r--cesar/cp/eoc/sta/action/test/utest/actions-Config1
-rw-r--r--cesar/cp/eoc/sta/action/test/utest/fsm-Config1
3 files changed, 2 insertions, 4 deletions
diff --git a/cesar/cp/eoc/sta/action/src/assoc_slave.c b/cesar/cp/eoc/sta/action/src/assoc_slave.c
index 862e86e05c..9e6bff8dad 100644
--- a/cesar/cp/eoc/sta/action/src/assoc_slave.c
+++ b/cesar/cp/eoc/sta/action/src/assoc_slave.c
@@ -180,8 +180,8 @@ cp_eoc_sta_action_auth__beacon_received (cp_t *ctx, bsu_beacon_t *beacon,
sprintf (temp, "sta=%d snid=%d blk=%d"
" sar[%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d] pb[%d]\n",
auth_time, cp_sta_own_data_get_snid (ctx), blk_free_nb (),
- SUB_STAT (rx_jobs_count),
- ctx->sar->stats.rx_jobs_waiting_count,
+ SUB_STAT (rx_jobs_nb),
+ ctx->sar->stats.rx_jobs_waiting_nb,
SUB_STAT (rx_pb_count),
SUB_STAT (pb_data_before_ssn_min),
SUB_STAT (pb_data_duplicated),
diff --git a/cesar/cp/eoc/sta/action/test/utest/actions-Config b/cesar/cp/eoc/sta/action/test/utest/actions-Config
index 942f83f58f..64ad77436f 100644
--- a/cesar/cp/eoc/sta/action/test/utest/actions-Config
+++ b/cesar/cp/eoc/sta/action/test/utest/actions-Config
@@ -3,7 +3,6 @@ CONFIG_CP_MSG_EOC_DRV_MME = y
CONFIG_DEBUG_FATAL_CATCH = y
CONFIG_CP_FSM_DEF = "cp/eoc/fsm/src/fsm/cp_eoc_sta.fsm"
CONFIG_GPIO_LED_TRAFFIC = y
-CONFIG_MAC_SAR_EOC_PERMANENT_MFS = y
CONFIG_MAC_PBPROC_EOC_FC = y
CONFIG_MAC_COMMON_EOC_TONEMASK = y
CONFIG_CP_EOC_STA_CON_ALLOWED = n
diff --git a/cesar/cp/eoc/sta/action/test/utest/fsm-Config b/cesar/cp/eoc/sta/action/test/utest/fsm-Config
index cfd9d43a04..8e23e37b10 100644
--- a/cesar/cp/eoc/sta/action/test/utest/fsm-Config
+++ b/cesar/cp/eoc/sta/action/test/utest/fsm-Config
@@ -2,4 +2,3 @@ CONFIG_CP_EOC = y
CONFIG_CP_MSG_EOC_DRV_MME = y
CONFIG_DEBUG_FATAL_CATCH = y
CONFIG_CP_FSM_DEF = "cp/eoc/fsm/src/fsm/cp_eoc_sta.fsm"
-CONFIG_MAC_SAR_EOC_PERMANENT_MFS = y