mirror of https://gerrit.osmocom.org/libosmocore
Common library for all Osmocom projects (libosmocore, libosmogsm, libosmovty, libosmogb, libosmosim, libosmousb, ...)
https://osmocom.org/projects/libosmocore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tag:
Branch:
Tree:
a299139129
2021q1
2021q4
2022q1
2022q2
2023q1
35c3
achemeris/sms-fixes
achemeris/sms-validity
cccamp2019
daniel/bvc-reset
daniel/gb-sns
daniel/io_uring
daniel/misc
daniel/ns2
daniel/onwaves
daniel/scts-fixes
daniel/tracing
debian
fairwaves/ip-gb
fairwaves/production
jerlbeck/msgb-validation
jerlbeck/ns-48016-mods
jolly/7bit_ussd
laforge/c-ares
laforge/cbch
laforge/context
laforge/csd
laforge/gprs-ns-instances
laforge/gs
laforge/io_uring
laforge/iu_up
laforge/libosmoisdn
laforge/notls-hack
laforge/nuttx
laforge/openwrt
laforge/pkgconfig
laforge/sns-sgsn
laforge/sock2
laforge/usdt
lynxis/ns2_next
lynxis/ns2_vty
lynxis/sns_debugging
master
mmcternan/bb_maint
neels/codecs
neels/conn_stats
neels/contrib
neels/fake_stats
neels/gsm-shark
neels/ladder
neels/lcs
neels/log_functions
neels/misc
neels/mscpool
neels/mslookup
neels/pfcp
neels/sc_rc
neels/select_shutdown
neels/static_strings
neels/voicecall-shark
nrw/litecell15-merge
osmith/new-osmo-sock-functions
osmith/wip
pespin/dlci
pespin/netdev
sylvain/security
sysmocom/shared/log-speed
user/kluchnikov/gb-sns-hack
zecke/aes-ubsan
zecke/ancient/debian6.0
zecke/osmo-sip-connector
zecke/packages/wip
zecke/pre-release/0.9.3-t4
zecke/release/0.7-dev
0.1.0
0.1.1
0.1.10
0.1.11
0.1.12
0.1.13
0.1.14
0.1.15
0.1.16
0.1.18
0.1.19
0.1.2
0.1.20
0.1.21
0.1.22
0.1.23
0.1.24
0.1.25
0.1.26
0.1.27
0.1.28
0.1.29
0.1.3
0.1.30
0.1.31
0.1.4
0.1.4onwaves
0.1.5
0.1.6
0.1.7
0.1.8
0.1.9
0.10.0
0.10.1
0.10.2
0.11.0
0.12.0
0.12.1
0.2.0
0.3.0
0.3.1
0.3.1+deb1
0.3.1+deb2
0.3.10
0.3.11
0.3.2
0.3.3
0.3.4
0.3.5
0.3.6
0.3.7
0.3.8
0.3.9
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.5.1
0.5.2
0.5.3
0.6.0
0.6.1
0.6.2
0.6.3
0.6.4
0.6.5
0.6.6
0.7.0
0.8.0
0.8.2
0.8.3
0.9.0
0.9.3
0.9.4
0.9.5
0.9.6
1.0.0
1.0.1
1.1.0
1.2.0
1.3.0
1.3.1
1.3.2
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
1.5.2
1.6.0
1.7.0
3G_2016_09
fairwaves/0.9.6-fw.1
fairwaves/1.3.0-fw.1
fairwaves/1.3.0-fw.2
fairwaves/1.3.0-fw.3
fairwaves/1.3.0-fw.4
fairwaves/1.3.0-fw.5
fairwaves/1.3.0-fw.6
fairwaves/1.3.0-fw.7
${ noResults }
![]() Allow dumping the VTY XML reference (for generating manuals) to a normal FILE* stream instead of a vty output buffer. We currently generate the VTY reference by starting the client program, connecting to the VTY telnet and dumping the reference. That is weirdly convoluted, especially since there has to be a valid config file that successfully starts up a minimal set of external links before the reference can be generated. IMO we should have dumped the XML reference to stdout from the start, and never to a VTY session. With this patch, it is trivial to generate the XML VTY reference by a commandline switch. The client program will set up the entire VTY, and immediately after parsing the cmdline options but before parsing a config file, just dumps the reference and doesn't even start establishing local ports. That would allow generating the XML reference on the fly during the build process of the manuals, without the need of a docker container or somesuch. A first implementation of such a commandline switch is `osmo-bsc -X`, added in I316efedb2c1652791434ecf14a1e261367cd2fb7 This patch jumps through a bit of a hoop to still allow dumping to a VTY buffer without code dup, to still allow dumping the XML reference through telnet VTY, until all our programs have implemented an -X switch (TM). Change-Id: Ic74bbdb6dc5ea05f03c791cc70184861e39cd492 |
3 years ago | |
---|---|---|
.. | ||
osmocom | enable vty xml dumping to stdout | 3 years ago |
Makefile.am | dtx: add decoding for AMR-DTX frames | 3 years ago |