library/IPA_Types: cosmetic: s/IPAC_IDTAG_UNIT/IPAC_IDTAG_UNITID/g

Change-Id: Iec9cbbea9d38813f0cd3b98fb6b252111d150220
This commit is contained in:
Vadim Yanitskiy 2020-05-24 20:49:29 +07:00
parent c4324ffb64
commit 44f0c48a3e
2 changed files with 2 additions and 2 deletions

View File

@ -365,7 +365,7 @@ private function f_ccm_make_id_resp(PDU_IPA_CCM get) runs on IPA_Emulation_CT re
case (IPAC_IDTAG_MACADDR) {
foo := g_ccm_pars.mac_addr;
}
case (IPAC_IDTAG_UNIT) {
case (IPAC_IDTAG_UNITID) {
foo := g_ccm_pars.unit_id;
}
case (IPAC_IDTAG_OSMO_RAND) {

View File

@ -86,7 +86,7 @@ type enumerated IpaCcmIdTag {
IPAC_IDTAG_SWVERSION ('05'H),
IPAC_IDTAG_IPADDR ('06'H),
IPAC_IDTAG_MACADDR ('07'H),
IPAC_IDTAG_UNIT ('08'H),
IPAC_IDTAG_UNITID ('08'H),
IPAC_IDTAG_OSMO_RAND ('23'H)
} with { variant "FIELDLENGTH(8)" }