[MERGED] libosmo-sccp[master]: osmo_ss7_vty_init: ensure a talloc ctx is set by user

2017-08-08 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: osmo_ss7_vty_init: ensure a talloc ctx is set by user .. osmo_ss7_vty_init: ensure a talloc ctx is set by user Drop the separate osmo_ss7_set_vty_alloc_c

libosmo-sccp[master]: osmo_ss7_vty_init: ensure a talloc ctx is set by user

2017-08-08 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3360 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id4e7f47979001f7856b0b3665c9e94982e75e490 Gerrit-PatchSet: 2 Gerrit-Project: libosmo-sccp Gerrit-Branch: master Ge

[PATCH] libosmo-sccp[master]: osmo_ss7_vty_init: ensure a talloc ctx is set by user

2017-07-27 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/3360 osmo_ss7_vty_init: ensure a talloc ctx is set by user Drop the separate osmo_ss7_set_vty_alloc_ctx() because we are likely to forget calling it. Instead, incorporate into osmo_ss7_vty_init_*() with a new ctx arg, and set the static context var in vty_in