openbsc.git branch master updated. 0.14.0-180-gd721579

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Sep 7 09:25:23 UTC 2015


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=d721579a6aba0e6d72f44fe8ec21a7276acebda4

commit d721579a6aba0e6d72f44fe8ec21a7276acebda4
Author: Pablo Neira Ayuso <pablo at 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
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list