Skip to content
Success

Changes

Summary

  1. gsupclient: Introduce gsup_client_mux (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 modifiedinclude/Makefile.am
The file was addedsrc/gsupclient/gsup_client_mux.c
The file was addedinclude/osmocom/gsupclient/gsup_client_mux.h
The file was modifiedsrc/gsupclient/Makefile.am