Commit 8707b516 authored by cucengineer's avatar cucengineer

git commit -m "build ok"

parent 1589152e
......@@ -226,11 +226,11 @@ int encodeNasMsg(UENAS_msg *msg, uint8_t *buffer, uint32_t len) { //QUES:UENAS_m
switch(msg->header.message_type) {
case IDENTITY_RESPONSE: {
encode_result = encode_IdentityresponseIMSI(&msg->identity_response, buffer, len);
encode_result = encode_identity_response(&msg->identity_response, buffer, len);
break;
}
case AUTHENTICATION_RESPONSE: {
encode_result = encode_authenticationresponse(&msg->authentication_response, buffer, len);
encode_result = encode_authentication_response(&msg->authentication_response, buffer, len);
break;
}
}
......
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