[MERGED] osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-04-05 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ms: Add lua script support utilities .. ms: Add lua script support utilities Add a JSON encoder and a small module to sent registration and other events

osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-03-05 Thread Pau Espin Pedrol
Patch Set 5: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/6915 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I43ae84a944c7f33e41d5de0880d4aaab3378809b Gerrit-PatchSet: 5 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

[PATCH] osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-02-26 Thread Holger Freyther
Hello Pau Espin Pedrol, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6915 to look at the new patch set (#4). ms: Add lua script support utilities Add a JSON encoder and a small module to sent registration and other events per

osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-02-26 Thread Pau Espin Pedrol
Patch Set 3: Agree, then put the wget command to understand better were it came from. -- To view, visit https://gerrit.osmocom.org/6915 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I43ae84a944c7f33e41d5de0880d4aaab3378809b

osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-02-26 Thread Harald Welte
Patch Set 3: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/6915 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I43ae84a944c7f33e41d5de0880d4aaab3378809b Gerrit-PatchSet: 3 Gerrit-Project: osmo-gsm-tester Gerrit-Branch:

osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-02-25 Thread Holger Freyther
Patch Set 3: (1 comment) https://gerrit.osmocom.org/#/c/6915/3/src/osmo_ms_driver/lua/json.lua File src/osmo_ms_driver/lua/json.lua: Line 41: end > ws, lots of them We are not upstream of this code. Any modification will create unnecessary diff to the upstream version. I should put the curl

osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-02-25 Thread Pau Espin Pedrol
Patch Set 3: Code-Review-1 (1 comment) https://gerrit.osmocom.org/#/c/6915/3/src/osmo_ms_driver/lua/json.lua File src/osmo_ms_driver/lua/json.lua: Line 41: end ws, lots of them -- To view, visit https://gerrit.osmocom.org/6915 To unsubscribe, visit https://gerrit.osmocom.org/settings

[PATCH] osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-02-25 Thread Holger Freyther
ms: Add lua script support utilities Add a JSON encoder and a small module to sent registration and other events per unix datagram socket. Change-Id: I43ae84a944c7f33e41d5de0880d4aaab3378809b --- A src/osmo_ms_driver/lua/json.lua A src/osmo_ms_driver/lua/ms_support.lua 2 files changed, 411

[PATCH] osmo-gsm-tester[master]: ms: Add lua script support utilities

2018-02-25 Thread Holger Freyther
Review at https://gerrit.osmocom.org/6915 ms: Add lua script support utilities Add a JSON encoder and a small module to sent registration and other events per unix datagram socket. Change-Id: I43ae84a944c7f33e41d5de0880d4aaab3378809b --- A src/osmo_ms_driver/lua/json.lua A