build_inf_debian.sh: update to stx 10.0 19/14519/1
authorJackie Huang <jackie.huang@windriver.com>
Tue, 3 Jun 2025 02:20:24 +0000 (10:20 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 3 Jun 2025 02:23:49 +0000 (10:23 +0800)
Issue-ID: INF-479

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I6a591d14af74fdaac18056d8e941f5fcef5d1191

scripts/build_inf_debian/build_inf_debian.sh

index 96c96ec..1af238e 100755 (executable)
@@ -25,8 +25,8 @@ SRC_ORAN_BRANCH="master"
 
 SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp"
 
-STX_VER="9.0"
-ORAN_REL="ORAN J-Release (${STX_VER})"
+STX_VER="10.0"
+ORAN_REL="ORAN L-Release (${STX_VER})"
 
 SCRIPTS_DIR=$(dirname $(readlink -f $0))
 SCRIPTS_NAME=$(basename $0)