LC15: add NM measurement type to standard attribute list

Change-Id: I320b379429aaf0f7351aed5e4f72a481cc268c05
This commit is contained in:
Minh-Quang Nguyen 2017-03-30 12:57:26 -04:00 committed by Harald Welte
parent adc28dc7da
commit aab6b26d8d
1 changed files with 1 additions and 0 deletions

View File

@ -580,6 +580,7 @@ const struct tlv_definition abis_nm_att_tlvdef = {
[NM_ATT_HW_CONF_CHG] = { TLV_TYPE_TL16V },
[NM_ATT_OUTST_ALARM] = { TLV_TYPE_TV },
[NM_ATT_MEAS_RES] = { TLV_TYPE_TL16V },
[NM_ATT_MEAS_TYPE] = { TLV_TYPE_TV },
},
};