Projects
osmocom:master
libosmo-sigtran
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
commit_03328825f674292502d1b9edeaa93c374da43d6e.txt
Added
View file
commit_8f156e35635b70e900d0c891bf5fd2bb67ff52d1.txt
Deleted
View file
libosmo-sigtran_2.0.0.38.8f15.dsc -> libosmo-sigtran_2.0.0.39.0332.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-sigtran Binary: libosmo-sigtran10, libosmo-sigtran-dbg, libosmo-sigtran-doc, libosmo-sigtran-dev, osmo-stp, osmo-stp-dbg, osmo-stp-doc Architecture: any all -Version: 2.0.0.38.8f15 +Version: 2.0.0.39.0332 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-sccp Standards-Version: 3.9.7 @@ -18,8 +18,8 @@ osmo-stp-dbg deb debug optional arch=any osmo-stp-doc deb doc optional arch=all Checksums-Sha1: - 91d70ebfd7d825785cbd405487cbc007acb9f84b 230056 libosmo-sigtran_2.0.0.38.8f15.tar.xz + eccfac13a314e46f6df57a60cba4c60cca45361b 230036 libosmo-sigtran_2.0.0.39.0332.tar.xz Checksums-Sha256: - 9e3de96be783ee2133350a5b607b341d8ce6d0e83aedfc8cebdd55309caaa23f 230056 libosmo-sigtran_2.0.0.38.8f15.tar.xz + 23d5b1ed1f1456c8c4ec1e2c7a7ad1761b89095dd4beb32d60be88808add4f7a 230036 libosmo-sigtran_2.0.0.39.0332.tar.xz Files: - 1169198ba4b68b09637ee1d96756c04f 230056 libosmo-sigtran_2.0.0.38.8f15.tar.xz + 158e7d06a95929a58f425a8ab1f2dced 230036 libosmo-sigtran_2.0.0.39.0332.tar.xz
View file
libosmo-sigtran_2.0.0.38.8f15.tar.xz/.tarball-version -> libosmo-sigtran_2.0.0.39.0332.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -2.0.0.38-8f15 +2.0.0.39-0332
View file
libosmo-sigtran_2.0.0.38.8f15.tar.xz/TODO-RELEASE -> libosmo-sigtran_2.0.0.39.0332.tar.xz/TODO-RELEASE
Changed
@@ -13,3 +13,4 @@ libosmo-sigtran Make private osmo_ss7_route libosmo-sigtran add API osmo_ss7_instance_get_id(), osmo_ss7_instance_get_name(), osmo_ss7_instance_get_pc_fmt(), osmo_ss7_instance_get_primary_pc(), osmo_ss7_get_sccp() libosmo-sigtran add API osmo_ss7_instances_llist_entry() +libosmo-sigtran add API osmo_ss7_as_get_asp_protocol()
View file
libosmo-sigtran_2.0.0.38.8f15.tar.xz/debian/changelog -> libosmo-sigtran_2.0.0.39.0332.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-sigtran (2.0.0.38.8f15) unstable; urgency=medium +libosmo-sigtran (2.0.0.39.0332) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 08 Nov 2024 12:50:58 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Sun, 10 Nov 2024 22:15:59 +0000 libosmo-sigtran (2.0.0) unstable; urgency=medium
View file
libosmo-sigtran_2.0.0.38.8f15.tar.xz/include/osmocom/sigtran/osmo_ss7.h -> libosmo-sigtran_2.0.0.39.0332.tar.xz/include/osmocom/sigtran/osmo_ss7.h
Changed
@@ -268,6 +268,7 @@ struct osmo_ss7_as * osmo_ss7_as_find_or_create(struct osmo_ss7_instance *inst, const char *name, enum osmo_ss7_asp_protocol proto); +enum osmo_ss7_asp_protocol osmo_ss7_as_get_asp_protocol(const struct osmo_ss7_as *as); int osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name); int osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name); void osmo_ss7_as_destroy(struct osmo_ss7_as *as);
View file
libosmo-sigtran_2.0.0.38.8f15.tar.xz/src/osmo_ss7_as.c -> libosmo-sigtran_2.0.0.39.0332.tar.xz/src/osmo_ss7_as.c
Changed
@@ -95,6 +95,14 @@ return as; } +/*! \brief Get asp_protocol configuration of a given AS + * \paramin as Application Server in which to look for \ref asp_protocol + * \returns The asp_protocol this AS is configured with */ +enum osmo_ss7_asp_protocol osmo_ss7_as_get_asp_protocol(const struct osmo_ss7_as *as) +{ + return as->cfg.proto; +} + /*! \brief Add given ASP to given AS * \paramin as Application Server to which \ref asp is added * \paramin asp Application Server Process to be added to \ref as
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.