4a4683cb by Pavan Sabbineni

ILP-571: Renamed macaddr to mac

1 parent a9c7915d
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
25 <tag name="unit" value="-dBm"/> 25 <tag name="unit" value="-dBm"/>
26 <comment>RSS signal measured value(used as negative). </comment> 26 <comment>RSS signal measured value(used as negative). </comment>
27 </elem> 27 </elem>
28 <elem name ="macaddr" type="mac48" multiplicity="1"> 28 <elem name ="mac" type="mac48" multiplicity="1">
29 <comment>Access point mac address</comment> 29 <comment>Access point mac address</comment>
30 </elem> 30 </elem>
31 </struct> 31 </struct>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
25 <tag name="unit" value="-dBm"/> 25 <tag name="unit" value="-dBm"/>
26 <comment>RSS signal measured value(used as negative). </comment> 26 <comment>RSS signal measured value(used as negative). </comment>
27 </elem> 27 </elem>
28 <elem name ="macaddr" type="mac48" multiplicity="1"> 28 <elem name ="mac" type="mac48" multiplicity="1">
29 <comment>Access point mac address</comment> 29 <comment>Access point mac address</comment>
30 </elem> 30 </elem>
31 </struct> 31 </struct>
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
104 <elem name="ssid" type="HPE.WiFi.SSID" multiplicity="1"> 104 <elem name="ssid" type="HPE.WiFi.SSID" multiplicity="1">
105 <comment>ssid of the access point</comment> 105 <comment>ssid of the access point</comment>
106 </elem> 106 </elem>
107 <elem name ="macaddr" type="mac48" multiplicity="1"> 107 <elem name ="mac" type="mac48" multiplicity="1">
108 <comment>the mac address of the access point</comment> 108 <comment>the mac address of the access point</comment>
109 </elem> 109 </elem>
110 110
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
112 112
113 <struct name="BluetoothRefPoint" type="RFRefPoint" rttkey="SLAM.RefPointType.Bluetooth"> 113 <struct name="BluetoothRefPoint" type="RFRefPoint" rttkey="SLAM.RefPointType.Bluetooth">
114 114
115 <elem name ="macaddr" type="Tensor.string" multiplicity="1"> 115 <elem name ="mac" type="Tensor.string" multiplicity="1">
116 <comment>the mac address of the access point</comment> 116 <comment>the mac address of the access point</comment>
117 </elem> 117 </elem>
118 118
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!