From 48ac4af172db5ebbece029e1cc2dc785c73fbb77 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 20 Jul 2010 12:15:33 +0200 Subject: [PATCH] tcap_test: Send END if caller requests END (and not CONTINUE) --- src/tcap_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tcap_test.c b/src/tcap_test.c index acb4286..86a8d96 100644 --- a/src/tcap_test.c +++ b/src/tcap_test.c @@ -61,7 +61,7 @@ static int send_cont_end(uint32_t dialg_id, struct tcap_obj_ident *app_ctx, stru memcpy(&tcdi.user_info, user_info, sizeof(tcdi.user_info)); tcdi.user_info_present = 1; } - return tcap_user_req_dialg(TCAP_PR_TC_CONTINUE, &tcdi); + return tcap_user_req_dialg(prim, &tcdi); } /* UpdateGprsLocationArg */