Skip to content

Commit

Permalink
QosClassifier: Removed useless @enum().
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed May 7, 2024
1 parent b837e30 commit 4f6995f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inet/linklayer/common/QosClassifier.ned
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ simple QosClassifier like IIeee8021dQosClassifier
{
parameters:
string ipProtocolUpMap = default("1 BE 58 BE");
string udpPortUpMap @enum() = default("21 BK 80 BE 4000 VI 5000 VO");
string tcpPortUpMap @enum() = default("21 BK 80 BE 4000 VI 5000 VO");
string udpPortUpMap = default("21 BK 80 BE 4000 VI 5000 VO");
string tcpPortUpMap = default("21 BK 80 BE 4000 VI 5000 VO");
string defaultUp = default("BE");
@display("i=block/classifier");
gates:
Expand Down

0 comments on commit 4f6995f

Please sign in to comment.