Commit 2e2de430 authored by garciay's avatar garciay
Browse files

Add support of 'macDestinationAddress' in GeoNetworkingReq/GeoNetworkingInd

parent ad81de1e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -439,16 +439,16 @@ module LibIts_Interface {
                 * @desc NT2 GeoNetworking Indication Primitive 
                 */
                type record GeoNetworkingInd {
                    GeoNetworkingPacket msgIn/*, TODO
                    MacAddress macDestinationAddress*/
                    GeoNetworkingPacket msgIn,
                    MacAddress macDestinationAddress
                }
                
                /**
                 * @desc NT2 GeoNetworking Request Primitive 
                 */
                type record GeoNetworkingReq {
                    GeoNetworkingPacket msgOut/*, TODO
                    MacAddress macDestinationAddress*/
                    GeoNetworkingPacket msgOut,
                    MacAddress macDestinationAddress
                }

                /**