Skip to content

Commit

Permalink
update omm_conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Aug 3, 2023
1 parent f51763a commit 54f12b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RfpProxy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static async Task Main(string[] args)
int port = 16321;
int listen = 16000;
string socket = "client.sock";
string configfile = "/opt/SIP-DECT/tmp/omm_conf_8.3SP4.txt";
string configfile = "/opt/SIP-DECT/tmp/omm_conf_8.3SP5.txt";
bool showHelp = false;
bool useTProxy = false;
var options = new OptionSet
Expand Down
2 changes: 1 addition & 1 deletion SoftRfp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static async Task Main(string[] args)
string mac = null;
string omm = null;
string rfpa = null;
string configfile = "/opt/SIP-DECT/tmp/omm_conf.txt";
string configfile = "/opt/SIP-DECT/tmp/omm_conf_8.3SP5.txt";
var options = new OptionSet
{
{"m|mac=", "rfp MAC address", x => mac = x},
Expand Down

0 comments on commit 54f12b3

Please sign in to comment.