Skip to content

Commit

Permalink
Fix proactive device identity for "terminal"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-lisowski committed Jun 18, 2024
1 parent a91262c commit a8e1e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/proactive.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ typedef enum swsim__proactive__device_identities__type_e
SWSIM__PROACTIVE__DEVICE_IDENTITIES__ECAT_CLIENT_IDENTIFIER_E = 0x3E,
SWSIM__PROACTIVE__DEVICE_IDENTITIES__ECAT_CLIENT_IDENTIFIER_F = 0x3F,
SWSIM__PROACTIVE__DEVICE_IDENTITIES__UICC = 0x81,
SWSIM__PROACTIVE__DEVICE_IDENTITIES__TERMINAL = 0x81,
SWSIM__PROACTIVE__DEVICE_IDENTITIES__TERMINAL = 0x82,
SWSIM__PROACTIVE__DEVICE_IDENTITIES__NETWORK = 0x83,
} swsim__proactive__device_identities__type_et;

Expand Down

0 comments on commit a8e1e8a

Please sign in to comment.