This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated via d721579a6aba0e6d72f44fe8ec21a7276acebda4 (commit) from 92360b15e323a90f3da909cec8cc3c5bac2c6515 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=d721579a6aba0e6d72f44fe8ec21a7276...
commit d721579a6aba0e6d72f44fe8ec21a7276acebda4 Author: Pablo Neira Ayuso pablo@soleta.eu Date: Mon Sep 7 11:22:04 2015 +0200
osmux: fix show online-help
Before:
<command id='osmux dummy (on|off)'> <params> <param name='osmux' doc='RTP multiplexing' /> <param name='dummy' doc='Enable dummy padding' /> <param name='on' doc='Disable dummy padding' /> <param name='off' doc='(null)' /> </params>
After:
<command id='osmux dummy (on|off)'> <params> <param name='osmux' doc='RTP multiplexing' /> <param name='dummy' doc='Dummy padding' /> <param name='on' doc='Enable dummy padding' /> <param name='off' doc='Disable dummy padding' /> </params> </command>
Note the 'null' string in 'off'. Reported by Holger.
-----------------------------------------------------------------------
Summary of changes: openbsc/src/libmgcp/mgcp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org