diff --git a/README.md b/README.md index fc41569..d7dfa10 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,87 @@ There is a web interface at >/data/TC_createSession_ping4.prog.stdout 2>>/data/TC_createSession_ping4.prog.stderr", + "environment" : [], + "run_as_user" : "osmocom", + "tun_netns_name" : "tun23" + } +} +``` + +Initial Response from osmo-uecups (program was started): +``` +{"start_program_res": {"pid": 12, "result": "OK"}} +``` + +Final response from osmo-uecups (program terminated): +``` +{"program_term_ind": {"exit_code": 0, "pid": 12}} +``` + + Mailing List ------------ diff --git a/contrib/osmo-uecups-example.pcap b/contrib/osmo-uecups-example.pcap new file mode 100644 index 0000000..f61ee51 Binary files /dev/null and b/contrib/osmo-uecups-example.pcap differ