Skip to content

Commit

Permalink
Include mutable property to avoid exception in the latest omnetpp pre…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
aarizaq committed Jan 10, 2022
1 parent 253dcf0 commit 72a763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/flora/lorabase/LoRaGWMac.ned
Expand Up @@ -25,7 +25,7 @@ simple LoRaGWMac extends MacProtocolBase like IMacProtocol
{
parameters:
string radioModule = default("^.radio"); // The path to the Radio module //FIXME remove default value
string address = default("auto");
string address @mutable = default("auto");
string queueModule = default(""); // name of optional external queue module
int maxQueueSize = default(-1); // maximum queue length in frames; only used if queueModule==""
bool prioritizeByUP = default(false); // use priority queueing, based on IEEE 802.1d User Priority (UP)
Expand Down

0 comments on commit 72a763a

Please sign in to comment.