laforge has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve




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: 2
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to