init-version-3.27

This commit is contained in:
lai
2025-08-12 14:15:27 +08:00
parent 85f22d2098
commit a2d7a353d8
4264 changed files with 625612 additions and 1 deletions

20
tools/nr-binder vendored Normal file
View 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 $@