aboutsummaryrefslogtreecommitdiffstats
path: root/examples/channel/abis_ipa_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/channel/abis_ipa_client.c')
-rw-r--r--examples/channel/abis_ipa_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/channel/abis_ipa_client.c b/examples/channel/abis_ipa_client.c
index 2ddc434..f289a63 100644
--- a/examples/channel/abis_ipa_client.c
+++ b/examples/channel/abis_ipa_client.c
@@ -58,7 +58,7 @@ int main(void)
osmo_chan_init();
/* create channel. */
- chan = osmo_chan_create(tall_example, CHAN_ABIS_IPA_CLI);
+ chan = osmo_chan_create(tall_example, OSMO_CHAN_ABIS_IPA_CLI);
if (chan == NULL) {
LOGP(DEXAMPLE, LOGL_ERROR, "Cannot create A-bis IPA client\n");
exit(EXIT_FAILURE);