init-version-3.27
This commit is contained in:
20
tools/nr-binder
vendored
Normal file
20
tools/nr-binder
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# This file is a part of UERANSIM project.
|
||||
# Copyright (c) 2023 ALİ GÜNGÖR.
|
||||
#
|
||||
# The software and all associated files are licensed under GPL-3.0
|
||||
# and subject to the terms and conditions defined in LICENSE file.
|
||||
#
|
||||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo "No IP address supplied"
|
||||
exit
|
||||
fi
|
||||
|
||||
addr=$1
|
||||
shift
|
||||
|
||||
LD_PRELOAD=./libdevbnd.so UE_BIND_ADDR=$addr $@
|
||||
Reference in New Issue
Block a user