summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/action/test/utest/src/assoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/sta/action/test/utest/src/assoc.c')
-rw-r--r--cesar/cp/sta/action/test/utest/src/assoc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/cp/sta/action/test/utest/src/assoc.c b/cesar/cp/sta/action/test/utest/src/assoc.c
index c99092c656..1e8fb00a00 100644
--- a/cesar/cp/sta/action/test/utest/src/assoc.c
+++ b/cesar/cp/sta/action/test/utest/src/assoc.c
@@ -115,7 +115,8 @@ assoc_basic_test_cases (test_t t)
.type = CP_FSM_EVENT_TYPE_to_assoc),
SCENARIO_ACTION (assoc__unassociated__to_assoc),
SCENARIO_EVENT (cp_msg_cc_assoc_req_send,
- .peer = CP_MME_PEER (cco_mac, 0), /* UCCo. */
+ .peer = CP_MME_PEER (
+ cco_mac, MAC_TEI_UNASSOCIATED), /* UCCo. */
.request_type = CP_MSG_CC_ASSOC_REQ_TYPE_NEW,
.nid = nid, .cco_cap = CP_CCO_LEVEL,
.proxy_cap = CP_PCO_CAP),