obuspa: enable SessionMode uci config

This commit is contained in:
Vivek Kumar Dutta 2024-08-20 12:38:33 +05:30
parent a18d9af782
commit 012efefbad
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obuspa
PKG_VERSION:=8.0.8.1
PKG_VERSION:=8.0.8.2
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -352,9 +352,9 @@ configure_controller()
db_set "${BASEPATH}.PeriodicNotifInterval" "${PeriodicNotifInterval}"
fi
#if [ -n "${SessionMode}" ]; then
# db_set "${BASEPATH}.E2ESession.SessionMode" "${SessionMode}"
#fi
if [ -n "${SessionMode}" ]; then
db_set "${BASEPATH}.E2ESession.SessionMode" "${SessionMode}"
fi
if [ -n "${assigned_role_name}" ]; then
AssignedRole=$(get_role_index "${assigned_role_name}")