[PATCH] osmo-mgw[master]: client: add unified function to generate MGCP messages

2017-10-25 Thread dexter
Hello Neels Hofmeyr, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4146 to look at the new patch set (#13). client: add unified function to generate MGCP messages currently the only way to generate MGCP messages is to use

[PATCH] osmo-mgw[master]: client: add unified function to generate MGCP messages

2017-10-18 Thread dexter
Hello Neels Hofmeyr, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4146 to look at the new patch set (#11). client: add unified function to generate MGCP messages currently the only way to generate MGCP messages is to use

[PATCH] osmo-mgw[master]: client: add unified function to generate MGCP messages

2017-10-12 Thread dexter
Hello Neels Hofmeyr, Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4146 to look at the new patch set (#6). client: add unified function to generate MGCP messages currently the only way to generate MGCP messages is to use

[PATCH] osmo-mgw[master]: client: add unified function to generate MGCP messages

2017-10-11 Thread dexter
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4146 to look at the new patch set (#5). client: add unified function to generate MGCP messages currently the only way to generate MGCP messages is to use mgcp_msg_crcx(),

[PATCH] osmo-mgw[master]: client: add unified function to generate MGCP messages

2017-10-11 Thread dexter
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4146 to look at the new patch set (#4). client: add unified function to generate MGCP messages currently the only way to generate MGCP messages is to use mgcp_msg_crcx(),

[PATCH] osmo-mgw[master]: client: add unified function to generate MGCP messages

2017-10-10 Thread dexter
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/4146 to look at the new patch set (#2). client: add unified function to generate MGCP messages currently the only way to generate MGCP messages is to use mgcp_msg_crcx(), mgcp_msg_mdcx()

[PATCH] osmo-mgw[master]: client: add unified function to generate MGCP messages

2017-10-05 Thread dexter
Review at https://gerrit.osmocom.org/4146 client: add unified function to generate MGCP messages currently the only way to generate MGCP messages is to use mgcp_msg_crcx(), mgcp_msg_mdcx() and mgcp_msg_dlcx(). All three function take a fixed set of parameters via their parameter list. There is