Commit bca71d94 authored by berge's avatar berge
Browse files

New fields proposed in GeoNetworkingInd and GeoNetworkingReq

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


                /**
                /**