Attention is currently required from: jolly.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/34483?usp=email )
Change subject: ASCI: Add support flags to mobile (and VTY) for VGCS/VBS ......................................................................
Patch Set 5:
(2 comments)
File src/host/layer23/include/osmocom/bb/common/settings.h:
https://gerrit.osmocom.org/c/osmocom-bb/+/34483/comment/f09958e4_144f9dd2 PS5, Line 165: uint8_t vgcs; /* support of VGCS */ bool
I know others use uint8_t, but let's at least use bool for the new ones. The old ones should be moved to bool at some point.
File src/host/layer23/src/common/support.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/34483/comment/37c4dda6_097915dc PS5, Line 37: sup->vgcs = 1; /* yes */ = true