X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Futils%2Fnr5g_fapi_cmd.c;h=4cf31216ddde39d0e7a1014654aaf2082c94e818;hb=refs%2Fheads%2Fmaster;hp=6181ac944df79c8184bb7413c45e404706bca6a3;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/utils/nr5g_fapi_cmd.c b/fapi_5g/source/utils/nr5g_fapi_cmd.c index 6181ac9..4cf3121 100644 --- a/fapi_5g/source/utils/nr5g_fapi_cmd.c +++ b/fapi_5g/source/utils/nr5g_fapi_cmd.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2021 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -116,7 +116,7 @@ static void nr5g_fapi_cmd_print_version( static void nr5g_fapi_cmd_exit( p_nr5g_fapi_phy_ctx_t p_phy_ctx) { - p_phy_ctx->process_exit = 0; + p_phy_ctx->process_exit = 1; printf("Exitting App...\n"); exit(0); }