Attention is currently required from: jolly, fixeria, pespin.

pespin uploaded patch set #4 to this change.

View Change

layer23: Support configuring GSMTAP through VTY in l23 apps.

This allow all l23 apps supporting L23_OPT_VTY and L23_OPT_TAP to
dynamically configure gsmtap through a "gsmtap" VTY node:

gsmtap
gsmtap-remote-host 127.0.0.2
gsmtap-sapi unknown
gsmtap-sapi bcch
gsmtap-sapi ccch
gsmtap-sapi rach
gsmtap-sapi agch
gsmtap-sapi pch
gsmtap-sapi sdcch
gsmtap-sapi sdcch/4
gsmtap-sapi sdcch/8
gsmtap-sapi facch/f
gsmtap-sapi facch/h
gsmtap-sapi pacch
gsmtap-sapi cbch
gsmtap-sapi pdch
gsmtap-sapi pttch
gsmtap-sapi cbch
gsmtap-sapi tch/f
gsmtap-sapi tch/h
gsmtap-category gprs dl-unknown
gsmtap-category gprs dl-dummy
gsmtap-category gprs dl-ctrl
gsmtap-category gprs dl-data-gprs
gsmtap-category gprs dl-data-egprs
gsmtap-category gprs ul-unknown
gsmtap-category gprs ul-dummy
gsmtap-category gprs ul-ctrl
gsmtap-category gprs ul-data-gprs
gsmtap-category gprs ul-data-egprs

VTY cmd "gsmtap-sapi" enables/disables tapping on general channel types,
while "gsmtap-category" allows fine-grained selection of messages being
tapped within the enabled sapis which would tap those messages.

Change-Id: I2582a1633d37d350a7f4c2bb5e03793bdf46e839
---
M src/host/layer23/include/osmocom/bb/common/l23_app.h
M src/host/layer23/include/osmocom/bb/common/vty.h
M src/host/layer23/src/common/l1ctl.c
M src/host/layer23/src/common/main.c
M src/host/layer23/src/common/sim.c
M src/host/layer23/src/common/vty.c
M src/host/layer23/src/mobile/main.c
7 files changed, 314 insertions(+), 20 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/08/31108/4

To view, visit change 31108. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I2582a1633d37d350a7f4c2bb5e03793bdf46e839
Gerrit-Change-Number: 31108
Gerrit-PatchSet: 4
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas@eversberg.eu>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-CC: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Attention: jolly <andreas@eversberg.eu>
Gerrit-Attention: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newpatchset