libosmo-sccp/src
Neels Hofmeyr 66f6ed06e1 allow less characters for SCCP address book entries
Allowing a whole line of characters as address book name would be a lot,
allowing 512 characters is completely ridiculous. That's more than this entire
commit log message! 32 is plenty.

All linking programs should automatically get the limitation in their VTY
parsing without any changes.

Configs with sccp-addr names > 31 chars will no longer work after this.

Change-Id: I3ecf83d620e46f7bf9857fc60a93d4e240ee3b8a
2018-09-27 14:44:30 +02:00
..
Makefile.am Bump version: 0.9.0.20-6265-dirty → 0.10.0 2018-07-27 18:45:40 +02:00
ipa.c fix two memleaks in ipa_rx_msg_sccp() 2018-07-12 05:26:08 +02:00
m3ua.c comment: explain xua_msg free in m3ua_rx_xfer() 2018-07-18 22:14:03 +00:00
mtp_pcap.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
osmo_ss7.c Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamID 2018-06-08 18:47:44 +00:00
osmo_ss7_hmrt.c cosmetic: hmrt_message_for_routing(): use osmo_ss7_route_name() 2017-12-24 21:21:55 +01:00
osmo_ss7_vty.c allow less characters for SCCP address book entries 2018-09-27 14:44:30 +02:00
sccp.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
sccp2sua.c cosmetic: sccp2sua.c: log the IEI for parsed SCCP addr 2018-07-11 02:35:29 +02:00
sccp_helpers.c osmo_sccp_addr_name / _dump: drop 'NO_GT' output 2017-12-24 16:52:53 +01:00
sccp_internal.h consistency: use OSMO_SS7_PC_INVALID for osmo_sccp_user 2017-08-09 13:54:44 +02:00
sccp_sap.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
sccp_sclc.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
sccp_scoc.c cosmetic: sccp_scoc.c: fix timers definition units 2018-09-26 17:13:06 +02:00
sccp_scrc.c sscp_scrc: Fix memleak of xua_msg when handing it to scrc_rx_mtp_xfer_ind_xua 2018-08-13 18:32:24 +02:00
sccp_user.c fix use after free in osmo_sccp_simple_server_add_clnt() 2018-06-06 17:25:52 +02:00
sccp_vty.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
sua.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
xua_as_fsm.c xua_as[p]_fsm: Use osmo_timer_del() on FSM cleanup 2017-11-20 20:48:39 +00:00
xua_as_fsm.h SUA/M3UA: Implement T(r) recovery timer of Application Server FSM 2017-04-14 22:48:41 +02:00
xua_asp_fsm.c ipa_asp_fsm: init: expect IPA ID ACK, not GET 2018-08-20 12:38:29 +02:00
xua_asp_fsm.h Add IPA/SCCPlite support as SIGTRAN alternative 2017-04-18 10:08:25 +00:00
xua_default_lm_fsm.c free msgb for primitive allocated in lm_timer_cb() of lm_fsm 2018-05-15 13:47:02 +02:00
xua_internal.h Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamID 2018-06-08 18:47:44 +00:00
xua_msg.c add osmo_xua_msg_tall_ctx_init() 2018-07-12 05:25:56 +02:00
xua_rkm.c xua_rkm: Fix xua_msg memleank in handle_rkey_reg_resp 2018-08-13 18:32:27 +02:00