Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
nextepc committed May 17, 2019
1 parent 700eed0 commit 9cf3401
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/nas/nas_types.h
Expand Up @@ -42,7 +42,7 @@ ED2(uint8_t mnc2:4;,
void *nas_from_plmn_id(nas_plmn_id_t *nas_plmn_id, plmn_id_t *plmn_id);
void *nas_to_plmn_id(plmn_id_t *plmn_id, nas_plmn_id_t *nas_plmn_id);

typdef struct _guti_t {
typedef struct _guti_t {
nas_plmn_id_t plmn_id;
uint16_t mme_gid;
uint8_t mme_code;
Expand Down
1 change: 0 additions & 1 deletion test/basic/nas_message_test.c
Expand Up @@ -113,7 +113,6 @@ static void nas_message_test2(abts_case *tc, void *data)

attach_accept->presencemask |=
NAS_ATTACH_ACCEPT_LOCATION_AREA_IDENTIFICATION_PRESENT;
plmn_id_build(
nas_from_plmn_id(&attach_accept->location_area_identification.plmn_id, plmn_id_build(&plmn_id, 1, 2, 2));
attach_accept->location_area_identification.lac = 0xfffd;

Expand Down

0 comments on commit 9cf3401

Please sign in to comment.