jolly has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/34644?usp=email )


Change subject: Fix settings for VGCS/VBS
......................................................................

Fix settings for VGCS/VBS

The "support" flags must be copied to the settings, because they are
enabled by default and may be omitted in the VTY config.

Related: OS#5364
Change-Id: I81575dd3f2ade70101df32935a1c3d5469327577
---
M src/host/layer23/src/common/settings.c
1 file changed, 15 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/44/34644/1

diff --git a/src/host/layer23/src/common/settings.c 
b/src/host/layer23/src/common/settings.c
index 288b03e..395d239 100644
--- a/src/host/layer23/src/common/settings.c
+++ b/src/host/layer23/src/common/settings.c
@@ -100,6 +100,8 @@
        set->ch_cap = sup->ch_cap;
        set->min_rxlev_dbm = sup->min_rxlev_dbm;
        set->dsc_max = sup->dsc_max;
+       set->vgcs = sup->vgcs;
+       set->vbs = sup->vbs;

        if (sup->half_v1 || sup->half_v3)
                set->half = 1;

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/34644?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I81575dd3f2ade70101df32935a1c3d5469327577
Gerrit-Change-Number: 34644
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andr...@eversberg.eu>
Gerrit-MessageType: newchange

Reply via email to