X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fxapp-utils%2Fxapp_config.hpp;h=f15c879926cd4b27101aed1185bdfa205b26b3b5;hb=refs%2Fchanges%2F07%2F4907%2F2;hp=ad9399e5a2b59807f6c022cf58fac577327e2d0c;hpb=0f5c234d5da8897f2f831e02ff03912e582ba6e9;p=ric-app%2Fhw.git diff --git a/src/xapp-utils/xapp_config.hpp b/src/xapp-utils/xapp_config.hpp index ad9399e..f15c879 100644 --- a/src/xapp-utils/xapp_config.hpp +++ b/src/xapp-utils/xapp_config.hpp @@ -31,7 +31,7 @@ #include #include -#define DEFAULT_XAPP_NAME "HW-Xapp" +#define DEFAULT_XAPP_NAME "hwxapp" #define DEFAULT_PORT "4560" #define DEFAULT_MSG_MAX_BUFFER "2072" #define DEFAULT_THREADS "1" @@ -40,7 +40,7 @@ #define ASN_BUFF_MAX_SIZE 4096 #define MAX_SUBSCRIPTION_ATTEMPTS 10 -#define HELLOWORLD_POLICY_ID 00000 +#define HELLOWORLD_POLICY_ID 2 using namespace std;