aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/tests/mgcp/mgcp_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/tests/mgcp/mgcp_test.c b/openbsc/tests/mgcp/mgcp_test.c
index bbbdff5e2..6e0df753d 100644
--- a/openbsc/tests/mgcp/mgcp_test.c
+++ b/openbsc/tests/mgcp/mgcp_test.c
@@ -80,7 +80,7 @@ static struct msgb *create_msg(const char *str)
return msg;
}
-static void test_auep(void)
+static void test_messages(void)
{
struct mgcp_config *cfg;
int i;
@@ -114,7 +114,7 @@ int main(int argc, char **argv)
{
osmo_init_logging(&log_info);
- test_auep();
+ test_messages();
printf("Done\n");
return EXIT_SUCCESS;