osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/38761?usp=email )
Change subject: Bump version: 1.12.1.8-e322d → 1.12.2 ......................................................................
Bump version: 1.12.1.8-e322d → 1.12.2
Change-Id: Idc930e934f0b8d1b1a3ec698517657a6d3ce8cda --- M TODO-RELEASE M debian/changelog 2 files changed, 16 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/TODO-RELEASE b/TODO-RELEASE index 193735c..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-sigtran >2.0.1 Use API osmo_ss7_route_get_dest_as(), osmo_ss7_instance_get_id(), osmo_ss7_as_get_asp_protocol() diff --git a/debian/changelog b/debian/changelog index d0f2d5b..a05f00c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-bsc (1.12.2) unstable; urgency=medium + + [ Oliver Smith ] + * Add osmo_ss7 APIs + + [ Pau Espin Pedrol ] + * bsc_ctrl: Use new libosmo-sigtran API osmo_ss7_route_get_dest_as() + * lb: Avoid using osmo_ss7_instance private field + * Use new libosmo-sigtran API osmo_ss7_instance_get_id() + * Use new libosmo-sigtran API osmo_ss7_instances_llist_entry() + * bsc_sccplite_msc_send(): Fix msgb leak + * Use new libosmo-sigtran API osmo_ss7_as_get_asp_protocol() + * Use new libosmo-sigtran API osmo_ss7_as_select_asp() + + -- Oliver Smith osmith@sysmocom.de Wed, 13 Nov 2024 14:42:07 +0100 + osmo-bsc (1.12.1) unstable; urgency=medium
[ Vadim Yanitskiy ]