Skip to content

Commit

Permalink
Add InterfaceType LTE_V2X
Browse files Browse the repository at this point in the history
  • Loading branch information
khevessy committed Nov 12, 2024
1 parent 3c7b587 commit 36b5d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vanetza/geonet/mib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ enum class AddrConfMethod {

enum class InterfaceType {
Unspecified = 0,
ITS_G5 = 1
ITS_G5 = 1,
LTE_V2X = 2
};

enum class SecurityDecapHandling {
Expand Down
1 change: 1 addition & 0 deletions vanetza/geonet/router.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ void Router::execute_media_procedures(CommunicationProfile com_profile)
execute_itsg5_procedures();
break;
case CommunicationProfile::Unspecified:
case CommunicationProfile::LTE_V2X:
// do nothing
break;
default:
Expand Down

0 comments on commit 36b5d4f

Please sign in to comment.