Commit 93cf1b1d authored by Xenofon Foukas's avatar Xenofon Foukas

Fixed bug in assignment of enb_config_request_message

parent 08e25bf3
......@@ -718,7 +718,7 @@ int enb_agent_enb_config_reply(mid_t mod_id, const void *params, Protocol__Progr
xid_t xid;
Protocol__ProgranMessage *input = (Protocol__ProgranMessage *)params;
Protocol__PrpEnbConfigReply *enb_config_req_msg = input->enb_config_request_msg;
Protocol__PrpEnbConfigRequest *enb_config_req_msg = input->enb_config_request_msg;
xid = (enb_config_req_msg->header)->xid;
int i, j, k;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment