osmo-msc[master]: enable osmo_fsm vty commands in osmo-msc vty

2018-02-23 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/6841 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iaf970f6039c3f668f275dd8c21fb9071774a5d9e Gerrit-PatchSet: 1 Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit

[MERGED] osmo-msc[master]: enable osmo_fsm vty commands in osmo-msc vty

2018-02-23 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: enable osmo_fsm vty commands in osmo-msc vty .. enable osmo_fsm vty commands in osmo-msc vty Call osmo_fsm_vty_add_cmds() to make osmo_fsm VTY commands a

[PATCH] osmo-msc[master]: enable osmo_fsm vty commands in osmo-msc vty

2018-02-22 Thread Stefan Sperling
Review at https://gerrit.osmocom.org/6841 enable osmo_fsm vty commands in osmo-msc vty Call osmo_fsm_vty_add_cmds() to make osmo_fsm VTY commands available in osmo-msc's VTY interface. Change-Id: Iaf970f6039c3f668f275dd8c21fb9071774a5d9e Related: OS#2967 --- M src/libmsc/msc_vty.c 1 file chang