osmo-msc/src
Harald Welte 1a62db20e7 sms: Give smsc its own VTY config node
The pre-historic sms_queue code used to have very strange aspects,
such as having some parameters (max-failure, max-pending) which could
only be sent from the 'enable' node, but not from a config file.

Before adding more configuration parameters, let's clean this up by
introducing a proper VTY config node for the 'smsc'; move the existing
config commands there and add new ones for max-failure and max-pending.

As the sms_queue data structure is only allocated after the config file
parsing happens, we are introducing a new 'sms_queue_config' data
structure.  This encapsulates the public readable/writable config
parameters.

Change-Id: Ie8e0ab1a9f979337ff06544b9ab3820954d9804a
2022-05-19 19:34:41 +00:00
..
libmsc sms: Give smsc its own VTY config node 2022-05-19 19:34:41 +00:00
libvlr vlr: Add rate counters and stat items 2022-05-15 16:23:02 +02:00
osmo-msc sms: Give smsc its own VTY config node 2022-05-19 19:34:41 +00:00
utils smpp_mirror: Don't allocate msgb's for unrealistic amounts of memory 2021-10-25 09:58:51 +00:00
Makefile.am Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr 2018-08-05 11:20:21 +02:00