Skip to content
Success

Changes

Summary

  1. gsupclient: Introduce gsup_client_mux (details)
  2. gsupclient: add missing SPDX line (details)
  3. debian/copyright: add gsup_client under GPLv2+ (details)
Commit e1aed271786fbb09533520b290a5c420c113b50e by lynxis
gsupclient: Introduce gsup_client_mux

GSUP supports different message classes (e.g. SMS, USSD, Subscriber management),
within a daemon, the messages are usually handled in different parts of it.
The gsup client mux allow to place callbacks for the different message class.

This code original comes from the osmo-msc code and is here
re-licensed under the GPLv2.

Change-Id: I916c1bb6cfc48f92fc5db2b5c914eb1b4e25fa7f
The file was modifiedsrc/gsupclient/Makefile.am
The file was modifiedinclude/Makefile.am
The file was addedsrc/gsupclient/gsup_client_mux.c
The file was addedinclude/osmocom/gsupclient/gsup_client_mux.h
Commit 26c82ba2bebbe831b853d10c0b90136a29e0615b by lynxis
gsupclient: add missing SPDX line

SPDX is a spec to describe the license of a file
in a machine readable format.

Change-Id: Iaded691cc0eb2f5dd85efd1915ddef1a747fe518
The file was modifiedsrc/gsupclient/gsup_req.c
The file was modifiedsrc/gsupclient/cni_peer_id.c
The file was modifiedsrc/gsupclient/gsup_client.c
Commit 0451b13e0de5b4f41791e135490dfa3251775966 by lynxis
debian/copyright: add gsup_client under GPLv2+

Change-Id: Idddcd6356af76987bf57ecd21096299cb2ba896f
The file was modifieddebian/copyright