From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Sun, 25 May 2014 16:25:08 GMT
Message-ID: <201405251625.s4PGP8U7012407@git.osmocom.org>
Subject: osmo-bts.git branch sysmocom/sysmobts-2050/oml-alert created.
	0.3.0-177-g1bc39b6
Message: 3

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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, sysmocom/sysmobts-2050/oml-alert has been created
        at  1bc39b61bfa7d0439a899439ed36cebbccc5a58f (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=1bc39b61bfa7d0439a899439ed36cebbccc5a58f

commit 1bc39b61bfa7d0439a899439ed36cebbccc5a58f
Author: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Date:   Sun May 25 18:23:40 2014 +0200

    sysmobts: Add testcase for ETSI/12.21 message

http://cgit.osmocom.org/osmo-bts/commit/?id=8ca3a4255d5e0a052975fc657c826040f5c8694c

commit 8ca3a4255d5e0a052975fc657c826040f5c8694c
Author: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Date:   Sun May 25 18:07:34 2014 +0200

    sysmobts: Extend the testcase for a Osmo message as well

http://cgit.osmocom.org/osmo-bts/commit/?id=2036e7fa014c8d92000021458ccb4d6e5a1cdbf7

commit 2036e7fa014c8d92000021458ccb4d6e5a1cdbf7
Author: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Date:   Sun May 25 16:21:35 2014 +0200

    sysmobts: Verify the structure of IPA and OML messages
    
    Extend the router to verify that the message received is
    properly encoded. The code can deal with the basic structure
    of ETSI OML and vendor specific messages for ip.access and
    the osmocom project.

http://cgit.osmocom.org/osmo-bts/commit/?id=1156755e7150f187dfd9586eddd97f9fbc88d244

commit 1156755e7150f187dfd9586eddd97f9fbc88d244
Author: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Date:   Sun May 25 14:43:03 2014 +0200

    sysmobts: Begin with an OML router that will be used by the manager
    
    Begin with the basics of a OML Router. This is currently only
    capable of accepting a connection and read messages but it will
    evolve into a router in multiple stages. The first usage will
    be by the sysmobts-mgr. An OML Error Indication will be sent by
    the sysmobts-mgr and it will be forwarded to the BSC. In the
    second step we will set a relative power reduction from the
    sysmobts-mgr.
    
    In the long-term this code will be used to communicate with a
    second TRX.

http://cgit.osmocom.org/osmo-bts/commit/?id=d44ff58246ca358bbb1fd42e682fd54fd7e1d7d1

commit d44ff58246ca358bbb1fd42e682fd54fd7e1d7d1
Author: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Date:   Sun May 25 16:32:52 2014 +0200

    tests: Move the "pcu_direct" symbol into the stubs to be shared

http://cgit.osmocom.org/osmo-bts/commit/?id=c4cf06f6d50caf44dc8dace7f56a2d6554d403b7

commit c4cf06f6d50caf44dc8dace7f56a2d6554d403b7
Author: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Date:   Sun May 25 16:18:48 2014 +0200

    oml: Make it possible to include the file directly
    
    Fixes:
    ../../include/osmo-bts/oml.h:8:42: warning: ���struct gsm_bts��� declared inside parameter list [enabled by default]
     int down_oml(struct gsm_bts *bts, struct msgb *msg);
                                              ^
    ../../include/osmo-bts/oml.h:8:42: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
    ../../include/osmo-bts/oml.h:12:52: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_mo_send_msg(struct gsm_abis_mo *mo, struct msgb *msg, uint8_t msg_type);
                                                        ^
    ../../include/osmo-bts/oml.h:13:31: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_mo_opstart_ack(struct gsm_abis_mo *mo);
                                   ^
    ../../include/osmo-bts/oml.h:14:32: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_mo_opstart_nack(struct gsm_abis_mo *mo, uint8_t nack_cause);
                                    ^
    ../../include/osmo-bts/oml.h:15:32: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_mo_statechg_ack(struct gsm_abis_mo *mo);
                                    ^
    ../../include/osmo-bts/oml.h:16:33: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_mo_statechg_nack(struct gsm_abis_mo *mo, uint8_t nack_cause);
                                     ^
    ../../include/osmo-bts/oml.h:19:29: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_mo_state_chg(struct gsm_abis_mo *mo, int op_state, int avail_state);
                                 ^
    ../../include/osmo-bts/oml.h:22:31: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     void oml_mo_state_init(struct gsm_abis_mo *mo, int op_state, int avail_state);
                                   ^
    ../../include/osmo-bts/oml.h:26:10: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
              int success);
              ^
    ../../include/osmo-bts/oml.h:29:33: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_tx_state_changed(struct gsm_abis_mo *mo);
                                     ^
    ../../include/osmo-bts/oml.h:31:33: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
     int oml_mo_tx_sw_act_rep(struct gsm_abis_mo *mo);
                                     ^
    ../../include/osmo-bts/oml.h:36:4: warning: ���struct gsm_abis_mo��� declared inside parameter list [enabled by default]
        uint8_t cause);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)


