Skip to content
Snippets Groups Projects
Commit 170a1d34 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Fix randomGeoBinning flag

parent 70792bd2
No related branches found
No related tags found
1 merge request!4Release
...@@ -90,3 +90,5 @@ RegCodesFilePath: "regCodes.json" ...@@ -90,3 +90,5 @@ RegCodesFilePath: "regCodes.json"
# Set address space size for ephemeral IDs # Set address space size for ephemeral IDs
addressSpace: 32 addressSpace: 32
randomGeoBinning: true
\ No newline at end of file
...@@ -52,7 +52,7 @@ then ...@@ -52,7 +52,7 @@ then
echo "GENERATED UDB ID: $UDBID" echo "GENERATED UDB ID: $UDBID"
PERMCMD="../bin/permissioning --logLevel $DEBUGLEVEL --randomGeoBinning -c permissioning.yaml " PERMCMD="../bin/permissioning --logLevel $DEBUGLEVEL -c permissioning.yaml "
$PERMCMD > results/permissioning-console.txt 2>&1 & $PERMCMD > results/permissioning-console.txt 2>&1 &
PIDVAL=$! PIDVAL=$!
echo "$PERMCMD -- $PIDVAL" echo "$PERMCMD -- $PIDVAL"
......
...@@ -91,3 +91,5 @@ schedulingConfigPath: "registration.json" ...@@ -91,3 +91,5 @@ schedulingConfigPath: "registration.json"
# Path to JSON file with list of Node registration codes (in order of network # Path to JSON file with list of Node registration codes (in order of network
# placement) # placement)
RegCodesFilePath: "regCodes.json" RegCodesFilePath: "regCodes.json"
randomGeoBinning: true
\ No newline at end of file
...@@ -12,7 +12,7 @@ GATEWAYLOGS=results/ ...@@ -12,7 +12,7 @@ GATEWAYLOGS=results/
mkdir -p $SERVERLOGS mkdir -p $SERVERLOGS
mkdir -p $GATEWAYLOGS mkdir -p $GATEWAYLOGS
PERMCMD="../bin/permissioning --randomGeoBinning -c permissioning.yaml" PERMCMD="../bin/permissioning -c permissioning.yaml"
$PERMCMD > $SERVERLOGS/permissioning.log 2>&1 & $PERMCMD > $SERVERLOGS/permissioning.log 2>&1 &
PIDVAL=$! PIDVAL=$!
echo "$PERMCMD -- $PIDVAL" echo "$PERMCMD -- $PIDVAL"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment