Change in osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2019-04-08 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/6239 ) Change subject: vty: add commands to show TBF of a certain kind .. vty: add commands to show TBF of a certain kind Add vty commands

Change in osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2019-04-08 Thread Harald Welte
Harald Welte has posted comments on this change. ( https://gerrit.osmocom.org/6239 ) Change subject: vty: add commands to show TBF of a certain kind .. Patch Set 6: Code-Review+2 -- To view, visit

Change in osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2019-03-26 Thread Pau Espin Pedrol
Pau Espin Pedrol has posted comments on this change. ( https://gerrit.osmocom.org/6239 ) Change subject: vty: add commands to show TBF of a certain kind .. Patch Set 6: Code-Review+1 -- To view, visit

Change in osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2019-03-26 Thread Max
Max has posted comments on this change. ( https://gerrit.osmocom.org/6239 ) Change subject: vty: add commands to show TBF of a certain kind .. Patch Set 6: (1 comment) Doh! Somehow lost it during patch rebase before

Change in osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2018-12-05 Thread Pau Espin Pedrol
Pau Espin Pedrol has posted comments on this change. ( https://gerrit.osmocom.org/6239 ) Change subject: vty: add commands to show TBF of a certain kind .. Patch Set 4: Code-Review-1 (1 comment)

Change in osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2018-12-05 Thread Max
Max has posted comments on this change. ( https://gerrit.osmocom.org/6239 ) Change subject: vty: add commands to show TBF of a certain kind .. Set Ready For Review -- To view, visit https://gerrit.osmocom.org/6239 To

osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2018-02-05 Thread Harald Welte
Patch Set 2: > > Could be one command with (all|pacch|...) > > Sure. What would be advantage of such approach? In case of separate > commands it's trivial 1-liner functions. If we use single command > with parameters than we have to check for parameter value using > switch or if ladder. A

osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2018-02-05 Thread Max
Patch Set 1: > Could be one command with (all|pacch|...) Sure. What would be advantage of such approach? In case of separate commands it's trivial 1-liner functions. If we use single command with parameters than we have to check for parameter value using switch or if ladder. -- To view,

osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2018-02-03 Thread Harald Welte
Patch Set 1: Could be one command with (all|pacch|...) -- To view, visit https://gerrit.osmocom.org/6239 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I80f8df4fe663a0346f4289a4220b761e39726312 Gerrit-PatchSet: 1 Gerrit-Project:

[PATCH] osmo-pcu[master]: vty: add commands to show TBF of a certain kind

2018-02-01 Thread Max
Review at https://gerrit.osmocom.org/6239 vty: add commands to show TBF of a certain kind Add vty commands to show only TBFs allocated via PACCH or CCCH. Change-Id: I80f8df4fe663a0346f4289a4220b761e39726312 Related: OS#1759 --- M src/pcu_vty.c M src/pcu_vty_functions.cpp M