libosmocore/_service
Jan Engelhardt 927e9fe9ae Accepting request 760938 from home:mnhauke:osmocom:CNI-2020-01
- Update to new upstream release 1.3.0
  * add osmo_sockaddr_str_cmp()
  * misc logging/vty fixes
  * fix OSMO_SOCKADDR_STR_FMT for IPv6
  * GPRS/BSSGP: introduce bssgp_bvc_ctx_free()
  * gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()
  * gsm0508: add functions to calculate beginning of a block
  * socket: Introduce API osmo_sock_init2_multiaddr()
  * vty: Optionally Set/replace cfg file during cmd 'write file'
  * gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and
    OSMO_GSUP_CURRENT_RAT_TYPE_IE
  * tdef: Introduce API osmo_tdef_set()
  * Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability
  * context: Add support for [per-thread] global talloc contexts
  * add vty logp command to echo on all log targets
- Add subpackges for the Osmocom USB library

OBS-URL: https://build.opensuse.org/request/show/760938
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmocore?expand=0&rev=71
2020-01-07 11:26:29 +00:00

14 lines
432 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://git.osmocom.org/libosmocore</param>
<param name="revision">1.3.0</param>
<param name="versionformat">1.3.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>