libosmo-sccp.git branch laforge/sigtran created. 0.0.6.3-99-g0d346f4

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 Feb 13 03:12:13 UTC 2017


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 "SCCP Library".

The branch, laforge/sigtran has been created
        at  0d346f4d36adf46293b0b73b74bc23a33b146e0a (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=0d346f4d36adf46293b0b73b74bc23a33b146e0a

commit 0d346f4d36adf46293b0b73b74bc23a33b146e0a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 13 03:49:46 2017 +0100

    WIP: new unit tests for new SCCP and SUA routines
    
    Change-Id: I1275d8ffdd4530f5609e9e1970230c54f45e6bac

http://cgit.osmocom.org/libosmo-sccp/commit/?id=dc923e49cd3b623dab05f6016a3e935d7c652cb3

commit dc923e49cd3b623dab05f6016a3e935d7c652cb3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 13 03:47:00 2017 +0100

    WIP: SCCP <-> SUA transcoding routines
    
    Using related code, SCCP can be transcoded to SUA and vice-versa.  This
    way the common code such as the state machines for connection oriented
    SCCP work with one format (SUA) only, and the conversion from/to SCCP is
    done when SCCP is used as protocol.
    
    Change-Id: I7a77e7d418f2427e9e379867a78a3f1b9ad718cb

http://cgit.osmocom.org/libosmo-sccp/commit/?id=104002bc943455b6f59e918347b5e8d9d8ec197f

commit 104002bc943455b6f59e918347b5e8d9d8ec197f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 13 03:44:48 2017 +0100

    xua_msg: Add xua_msg_dump() to print parsed XUA message
    
    Change-Id: I2f3ae77f440e0c27f78302cdb80e1d25fe5aebb6

http://cgit.osmocom.org/libosmo-sccp/commit/?id=06c8dfadde9c1058996b64bbc5ddc006910e8d9d

commit 06c8dfadde9c1058996b64bbc5ddc006910e8d9d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Feb 11 23:38:15 2017 +0100

    xua_sap.h: Add definitions for upcoming xUA modules
    
    Change-Id: I74cb9d80d509f1cde02e35a78a70353f8615836f

http://cgit.osmocom.org/libosmo-sccp/commit/?id=21c8a1bcc8f853f3da05d71c4b4fbea6faf53b24

commit 21c8a1bcc8f853f3da05d71c4b4fbea6faf53b24
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Feb 11 23:37:47 2017 +0100

    mtp_sap.h: Add definitions for upcoming MTP SAP
    
    Change-Id: I714c44720821e1deaffef75d36ab49ac5a3186f0

http://cgit.osmocom.org/libosmo-sccp/commit/?id=eefad1b78df536c98ea9565d6528955c63fae108

commit eefad1b78df536c98ea9565d6528955c63fae108
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Feb 11 23:36:46 2017 +0100

    WIP: New FSM-Based connection-oriented SCCP implementation
    
    Change-Id: I6d875298bf4fa0bfcafc7e00fe96aa2e6f516b33

http://cgit.osmocom.org/libosmo-sccp/commit/?id=ed24dbd0d38b9c6cff8363f560d1744ae2d919ca

commit ed24dbd0d38b9c6cff8363f560d1744ae2d919ca
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Feb 9 00:37:35 2017 +0100

    WIP: M3UA support
    
    Change-Id: I79555a7c7740e892f7ac238f5cae165841393f1c

http://cgit.osmocom.org/libosmo-sccp/commit/?id=50e931338dfa1ad570734b80cce065ab611929aa

commit 50e931338dfa1ad570734b80cce065ab611929aa
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Jan 28 23:23:35 2017 +0100

    WIP: implement xUA ASP and AS state machine as osmo_fsm
    
    Change-Id: Iae808a23a17e675f2b9eb31f8ef3d789651daecc

http://cgit.osmocom.org/libosmo-sccp/commit/?id=20d00f7c9cd5fa328be7eef0257e5acb6945b1a6

commit 20d00f7c9cd5fa328be7eef0257e5acb6945b1a6
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Feb 12 19:47:08 2017 +0100

    sccp_sap: Add osmo_sccp_routing_ind to osmo_sccp_addr
    
    Somehow we forgot to include the osmo_sccp_routing_ind in
    osmo_sccp_addr.  It was defined, but not unsed anywhere :/
    
    Change-Id: I559bc9a5308a46aa1b1c63557a4aec0effb48a0b

http://cgit.osmocom.org/libosmo-sccp/commit/?id=0ab1d1950a3bac455cbaf0f31130eb29f3776848

commit 0ab1d1950a3bac455cbaf0f31130eb29f3776848
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Feb 12 21:31:46 2017 +0100

    sccp_helpers: Add osmo_sccp_{addr,gt}_dump() functions
    
    They stringify a global title or SCCP address for human consumption
    
    Change-Id: I630308aa4519c6e9a260419d37a376aac6a1ce28

http://cgit.osmocom.org/libosmo-sccp/commit/?id=3c0ca7f0e8e27e860dbaa87e50dae6ad23e80565

commit 3c0ca7f0e8e27e860dbaa87e50dae6ad23e80565
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 13 03:45:55 2017 +0100

    Add xua_msg_part_get_u32() to get U32 value from xua_msg_part
    
    Sometimes one already has the xua_msg_part and thus can avoid the
    lookup that's done by xua_msg_get_u32().
    
    Change-Id: Ie11c35f9528313d0b35786a361d853addd17364f

http://cgit.osmocom.org/libosmo-sccp/commit/?id=2f41ab10afa12ade80a4183034bdb0c92d4578c8

commit 2f41ab10afa12ade80a4183034bdb0c92d4578c8
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Feb 12 21:31:46 2017 +0100

    sccp_helpers: Add osmo_sccp_{addr,gt}_dump() functions
    
    They stringify a global title or SCCP address for human consumption
    
    Change-Id: I630308aa4519c6e9a260419d37a376aac6a1ce28

http://cgit.osmocom.org/libosmo-sccp/commit/?id=59c39a480d59cd1af1256209a51fd17ac86c90a3

commit 59c39a480d59cd1af1256209a51fd17ac86c90a3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Feb 12 19:46:02 2017 +0100

    Move xua_msg_add_sccp_addr() to xua_msg.h and export it
    
    Change-Id: I07fa00dd71d8ecdf1542734598fab8ecad5a7b53

http://cgit.osmocom.org/libosmo-sccp/commit/?id=db3cb1bca9dc73879d7bf4a047643c76722277f8

commit db3cb1bca9dc73879d7bf4a047643c76722277f8
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Feb 12 19:39:14 2017 +0100

    sccp/sccp.h: Add #include to linuxlist.h
    
    sccp.h is using 'struct llist_head' so it must include the associated
    linuxlist.h header.
    
    Change-Id: I1fc4c34e59c27dce9e8a73abc6e58073f091c978

http://cgit.osmocom.org/libosmo-sccp/commit/?id=49729e8a0969d92d9e75fb0f04720c4080771fa9

commit 49729e8a0969d92d9e75fb0f04720c4080771fa9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Feb 12 19:14:52 2017 +0100

    sccp_types.h: Include stdint.h
    
    We're using types like uint8_t, for whcih we need stdint.h
    
    Change-Id: I67a3b94c866e05be32b99566d6f97fbc8a2accad

http://cgit.osmocom.org/libosmo-sccp/commit/?id=fc5c7bf384c523b67eff964e676aae06b532baf6

commit fc5c7bf384c523b67eff964e676aae06b532baf6
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 13 03:43:50 2017 +0100

    sccp_types.h: Add 'struct sccp_data_unitdata_service'
    
    We didn't have as struct for UDTS messages so far, let's change that.
    
    Change-Id: I9cbd3980fd95d5af6f0fc807ede34aa6b0f64ea7

http://cgit.osmocom.org/libosmo-sccp/commit/?id=e5160f395e6355dfbc62ab671d5a8a54a4b96c65

commit e5160f395e6355dfbc62ab671d5a8a54a4b96c65
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Feb 13 03:43:15 2017 +0100

    protocol/sua.h: Add #defines for CAUSE group values (from RFC)
    
    Change-Id: I5b0af77aab4ba03262c0ecd25a893f170ca9c4bb

http://cgit.osmocom.org/libosmo-sccp/commit/?id=e74e6a7e0a04e829bc8446c019892d73e125bd21

commit e74e6a7e0a04e829bc8446c019892d73e125bd21
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Feb 8 23:38:17 2017 +0100

    xua_msg: Make DXUA available to other XUA code
    
    Change-Id: Ie5b6492ead2c523de3969134291b2c3f434f92a2

http://cgit.osmocom.org/libosmo-sccp/commit/?id=d8e1ceb7320b64d75807f80b7689da294a448a72

commit d8e1ceb7320b64d75807f80b7689da294a448a72
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Feb 8 23:36:02 2017 +0100

    migrate some generic XUA helpers from sua.c to xua_msg.c
    
    Change-Id: I59e55d21a05b5d770c120da4c17220d5f21d44bd

http://cgit.osmocom.org/libosmo-sccp/commit/?id=545909d54a0ab0e5f65dad3d536605453e6c62f6

commit 545909d54a0ab0e5f65dad3d536605453e6c62f6
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Mar 30 12:44:21 2016 +0200

    sccp_helpers: add convenience function for RANAP unitdata
    
    Change-Id: Ie96d78512b8e3907753272d75471b882365968c4

http://cgit.osmocom.org/libosmo-sccp/commit/?id=bf71df1001fedc90431a17942127e9bca31f4a3c

commit bf71df1001fedc90431a17942127e9bca31f4a3c
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Mar 30 12:43:04 2016 +0200

    sccp_helpers: add osmo_ prefix to all functions
    
    Change-Id: I839c976f3ac722b955da18216de3df2eaa4c5af3

http://cgit.osmocom.org/libosmo-sccp/commit/?id=412b8177b558f9ea553a4a62e976abd7280a7d52

commit 412b8177b558f9ea553a4a62e976abd7280a7d52
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Mar 30 13:39:04 2016 +0200

    sccp_helpers: adjust .h include and copyright
    
    Change-Id: Id2d9a6c3e9b0928d245580895c78aa7355627adc

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


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list