Commit ac69c6a0 authored by tepelmann's avatar tepelmann
Browse files

Added cbf to GeoUnicastForwardingAlgorithm.

parent 6d46c526
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -823,7 +823,8 @@ module LibItsGeoNetworking_TypesAndValues {
     
     
         type enumerated GeoUnicastForwardingAlgorithm {
         type enumerated GeoUnicastForwardingAlgorithm {
             e_unspecified(0),
             e_unspecified(0),
             e_greedy(1)
             e_greedy(1),
             e_cbf(2)
         }
         }
         
         
         type enumerated GeoBroadcastForwardingAlgorithm {
         type enumerated GeoBroadcastForwardingAlgorithm {