SVN Version = Main project\'s base directory: GATEWAY=/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source (leave blank to use the detault) NPI Project's base directory NPI_SOURCE=/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/ Protobuf library directory: PROTOLIB=/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/protobuf-c-arm/lib Protobuf include directory: PROTOINC=/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source Project output subdirectory: PKGS_OUTPUT_DIR=/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/out (leave blank to use the detault) Building RUNTIME package for x86 platform ******************************************************** Cleaning all if test -d out; then rm -rf out; fi rm -f project_file_list.txt ******************************************************** Check existance of output folder if test ! -d out; then mkdir out; fi ******************************************************** COMPILING SERVER FOR x86 make[1]: Entering directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/tools/LinuxHost' Compiling ipclib/server/npi_lnx_ipc.c ... Compiling ipclib/server/npi_lnx_uart.c ... Compiling ipclib/server/npi_lnx_spi.c ... Compiling ipclib/server/npi_lnx_i2c.c ... Compiling ipclib/server/hal_gpio.c ... Compiling ipclib/server/hal_i2c.c ... Compiling ipclib/server/hal_spi.c ... Building target out/NPI_lnx_x86_server ... ******************************************************** make[1]: Leaving directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/tools/LinuxHost' ******************************************************** Cleaning all if test -d out; then rm -rf out; fi ******************************************************** Check existance of output folder if test ! -d out; then mkdir out; fi ******************************************************** COMPILING APP FOR x86 make[1]: Entering directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/zstackserverznp' Compiling osal_zstack_server_znp.c ... Compiling ../source/zmain.c ... Compiling znp_af.c ... Compiling znp_misc.c ... Compiling znp_zdo.c ... Compiling ../zstackpb/zstack.pb-c.c ... In file included from ../zstackpb/zstack.pb-c.c:8:0: ../zstackpb/zstack.pb-c.h:11:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef struct _AFAddr AFAddr; ^ ../zstackpb/zstack.pb-c.h:498:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:617:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ In file included from ../zstackpb/zstack.pb-c.c:8:0: ../zstackpb/zstack.pb-c.h:1212:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:1298:3: error: unknown type name ‘AFAddr’ AFAddr *srcaddr; ^ ../zstackpb/zstack.pb-c.h:1324:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:2219:23: error: unknown type name ‘AFAddr’ (AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2221:29: error: unknown type name ‘AFAddr’ (const AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2223:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2226:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2228:1: error: unknown type name ‘AFAddr’ AFAddr * ^ ../zstackpb/zstack.pb-c.h:2234:23: error: unknown type name ‘AFAddr’ (AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:4481:25: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ void afaddr__init ^ ../zstackpb/zstack.pb-c.c:16:29: error: unknown type name ‘AFAddr’ (const AFAddr *message) ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__get_packed_size’: ../zstackpb/zstack.pb-c.c:18:3: warning: implicit declaration of function ‘PROTOBUF_C_ASSERT’ [-Wimplicit-function-declaration] PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c:18:29: error: request for member ‘base’ in something not a structure or union PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:22:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__pack’: ../zstackpb/zstack.pb-c.c:25:29: error: request for member ‘base’ in something not a structure or union PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:29:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__pack_to_buffer’: ../zstackpb/zstack.pb-c.c:32:29: error: request for member ‘base’ in something not a structure or union PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:35:1: error: unknown type name ‘AFAddr’ AFAddr * ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__unpack’: ../zstackpb/zstack.pb-c.c:41:11: error: ‘AFAddr’ undeclared (first use in this function) return (AFAddr *) ^ ../zstackpb/zstack.pb-c.c:41:11: note: each undeclared identifier is reported only once for each function it appears in ../zstackpb/zstack.pb-c.c:41:19: error: expected expression before ‘)’ token return (AFAddr *) ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:46:23: error: unknown type name ‘AFAddr’ (AFAddr *message, ^ ../zstackpb/zstack.pb-c.c:5134:5: warning: implicit declaration of function ‘PROTOBUF_C_OFFSETOF’ [-Wimplicit-function-declaration] PROTOBUF_C_OFFSETOF(AFAddr, addrmode), ^ ../zstackpb/zstack.pb-c.c:5134:25: error: ‘AFAddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, addrmode), ^ ../zstackpb/zstack.pb-c.c:5134:33: error: ‘addrmode’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, addrmode), ^ ../zstackpb/zstack.pb-c.c:5145:33: error: ‘has_shortaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_shortaddr), ^ ../zstackpb/zstack.pb-c.c:5146:33: error: ‘shortaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, shortaddr), ^ ../zstackpb/zstack.pb-c.c:5157:33: error: ‘has_extaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_extaddr), ^ ../zstackpb/zstack.pb-c.c:5158:33: error: ‘extaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, extaddr), ^ ../zstackpb/zstack.pb-c.c:5169:33: error: ‘has_endpoint’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_endpoint), ^ ../zstackpb/zstack.pb-c.c:5170:33: error: ‘endpoint’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, endpoint), ^ ../zstackpb/zstack.pb-c.c:5181:33: error: ‘has_panid’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_panid), ^ ../zstackpb/zstack.pb-c.c:5182:33: error: ‘panid’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, panid), ^ ../zstackpb/zstack.pb-c.c:5203:3: error: ‘PROTOBUF_C_MESSAGE_DESCRIPTOR_MAGIC’ undeclared here (not in a function) PROTOBUF_C_MESSAGE_DESCRIPTOR_MAGIC, ^ ../zstackpb/zstack.pb-c.c:5213:26: error: ‘afaddr__init’ undeclared here (not in a function) (ProtobufCMessageInit) afaddr__init, ^ ../zstackpb/zstack.pb-c.c:5224:25: error: expected expression before ‘StartupOptions’ PROTOBUF_C_OFFSETOF(StartupOptions, clearstate), ^ ../zstackpb/zstack.pb-c.c:5236:25: error: expected expression before ‘StartupOptions’ PROTOBUF_C_OFFSETOF(StartupOptions, clearconfig), ^ ../zstackpb/zstack.pb-c.c:5275:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, endpoint), ^ ../zstackpb/zstack.pb-c.c:5287:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, profileid), ^ ../zstackpb/zstack.pb-c.c:5299:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, deviceid), ^ ../zstackpb/zstack.pb-c.c:5311:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, devicever), ^ ../zstackpb/zstack.pb-c.c:5322:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, n_inputclusters), ^ ../zstackpb/zstack.pb-c.c:5323:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, inputclusters), ^ ../zstackpb/zstack.pb-c.c:5334:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, n_outputclusters), ^ ../zstackpb/zstack.pb-c.c:5335:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, outputclusters), ^ ../zstackpb/zstack.pb-c.c:5377:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_wildcardprofileid), ^ ../zstackpb/zstack.pb-c.c:5378:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, wildcardprofileid), ^ ../zstackpb/zstack.pb-c.c:5389:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_ackrequest), ^ ../zstackpb/zstack.pb-c.c:5390:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, ackrequest), ^ ../zstackpb/zstack.pb-c.c:5401:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_limitconcentrator), ^ ../zstackpb/zstack.pb-c.c:5402:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, limitconcentrator), ^ ../zstackpb/zstack.pb-c.c:5413:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_suppressroutedisc), ^ ../zstackpb/zstack.pb-c.c:5414:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, suppressroutedisc), ^ ../zstackpb/zstack.pb-c.c:5425:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_apssecurity), ^ ../zstackpb/zstack.pb-c.c:5426:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, apssecurity), ^ ../zstackpb/zstack.pb-c.c:5437:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_skiprouting), ^ ../zstackpb/zstack.pb-c.c:5438:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, skiprouting), ^ ../zstackpb/zstack.pb-c.c:5481:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, pancoord), ^ ../zstackpb/zstack.pb-c.c:5493:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, ffd), ^ ../zstackpb/zstack.pb-c.c:5505:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, mainspower), ^ ../zstackpb/zstack.pb-c.c:5517:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, rxonwhenidle), ^ ../zstackpb/zstack.pb-c.c:5529:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, security), ^ ../zstackpb/zstack.pb-c.c:5571:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, primarytrustcenter), ^ ../zstackpb/zstack.pb-c.c:5583:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, backuptrustcenter), ^ ../zstackpb/zstack.pb-c.c:5595:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, primarybindingtablecache), ^ ../zstackpb/zstack.pb-c.c:5607:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, backupbindingtablecache), ^ ../zstackpb/zstack.pb-c.c:5619:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, primarydiscoverycache), ^ ../zstackpb/zstack.pb-c.c:5631:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, backupdiscoverycache), ^ ../zstackpb/zstack.pb-c.c:5643:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, networkmanager), ^ ../zstackpb/zstack.pb-c.c:5687:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, srcaddr), ^ ../zstackpb/zstack.pb-c.c:5699:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, srcendpoint), ^ ../zstackpb/zstack.pb-c.c:5711:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, clusterid), ^ ../zstackpb/zstack.pb-c.c:5723:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, dstaddr), ^ ../zstackpb/zstack.pb-c.c:5764:25: error: expected expression before ‘LeaveOptions’ PROTOBUF_C_OFFSETOF(LeaveOptions, rejoin), ^ ../zstackpb/zstack.pb-c.c:5776:25: error: expected expression before ‘LeaveOptions’ PROTOBUF_C_OFFSETOF(LeaveOptions, removechildren), ^ ../zstackpb/zstack.pb-c.c:5815:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, logicaltype), ^ ../zstackpb/zstack.pb-c.c:5827:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, complexdescavail), ^ ../zstackpb/zstack.pb-c.c:5839:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, userdescavail), ^ ../zstackpb/zstack.pb-c.c:5851:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, apsflags), ^ ../zstackpb/zstack.pb-c.c:5863:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, freqband), ^ ../zstackpb/zstack.pb-c.c:5875:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, capinfo), ^ ../zstackpb/zstack.pb-c.c:5887:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, manufacturercode), ^ ../zstackpb/zstack.pb-c.c:5899:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, maxbuffersize), ^ ../zstackpb/zstack.pb-c.c:5911:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, maxintransfersize), ^ ../zstackpb/zstack.pb-c.c:5923:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, servermask), ^ ../zstackpb/zstack.pb-c.c:5935:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, maxouttransfersize), ^ ../zstackpb/zstack.pb-c.c:5947:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, desccap), ^ ../zstackpb/zstack.pb-c.c:5996:25: error: expected expression before ‘PowerSource’ PROTOBUF_C_OFFSETOF(PowerSource, mains), ^ ../zstackpb/zstack.pb-c.c:6008:25: error: expected expression before ‘PowerSource’ PROTOBUF_C_OFFSETOF(PowerSource, recharge), ^ ../zstackpb/zstack.pb-c.c:6020:25: error: expected expression before ‘PowerSource’ PROTOBUF_C_OFFSETOF(PowerSource, dispose), ^ ../zstackpb/zstack.pb-c.c:6060:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, powermode), ^ ../zstackpb/zstack.pb-c.c:6072:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, availpowersource), ^ ../zstackpb/zstack.pb-c.c:6084:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, currentpowersource), ^ ../zstackpb/zstack.pb-c.c:6096:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, currentpowerlevel), ^ ../zstackpb/zstack.pb-c.c:6137:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:6149:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, logicalchan), ^ ../zstackpb/zstack.pb-c.c:6161:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, stackprofile), ^ ../zstackpb/zstack.pb-c.c:6173:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, version), ^ ../zstackpb/zstack.pb-c.c:6185:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, beaconorder), ^ ../zstackpb/zstack.pb-c.c:6197:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, superframeorder), ^ ../zstackpb/zstack.pb-c.c:6209:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, permitjoin), ^ ../zstackpb/zstack.pb-c.c:6253:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:6265:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:6277:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:6289:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, devicetype), ^ ../zstackpb/zstack.pb-c.c:6301:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, rxonwhenidle), ^ ../zstackpb/zstack.pb-c.c:6313:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, relationship), ^ ../zstackpb/zstack.pb-c.c:6325:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, permit), ^ ../zstackpb/zstack.pb-c.c:6337:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, depth), ^ ../zstackpb/zstack.pb-c.c:6349:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, lqi), ^ ../zstackpb/zstack.pb-c.c:6395:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, dstaddr), ^ ../zstackpb/zstack.pb-c.c:6407:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, nexthop), ^ ../zstackpb/zstack.pb-c.c:6419:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, status), ^ ../zstackpb/zstack.pb-c.c:6431:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, memoryconstrained), ^ ../zstackpb/zstack.pb-c.c:6443:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, manytoone), ^ ../zstackpb/zstack.pb-c.c:6455:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, routerecordrequired), ^ ../zstackpb/zstack.pb-c.c:6498:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, srcaddr), ^ ../zstackpb/zstack.pb-c.c:6510:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, srcendpoint), ^ ../zstackpb/zstack.pb-c.c:6522:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, clustedid), ^ ../zstackpb/zstack.pb-c.c:6534:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, dstaddr), ^ ../zstackpb/zstack.pb-c.c:6575:25: error: expected expression before ‘DeviceTypes’ PROTOBUF_C_OFFSETOF(DeviceTypes, coodinator), ^ ../zstackpb/zstack.pb-c.c:6587:25: error: expected expression before ‘DeviceTypes’ PROTOBUF_C_OFFSETOF(DeviceTypes, router), ^ ../zstackpb/zstack.pb-c.c:6599:25: error: expected expression before ‘DeviceTypes’ PROTOBUF_C_OFFSETOF(DeviceTypes, enddevice), ^ ../zstackpb/zstack.pb-c.c:6640:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:6652:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, type), ^ ../zstackpb/zstack.pb-c.c:6664:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, newnwkstate), ^ ../zstackpb/zstack.pb-c.c:6675:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, has_shutdown), ^ ../zstackpb/zstack.pb-c.c:6676:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, shutdown), ^ ../zstackpb/zstack.pb-c.c:6718:25: error: expected expression before ‘SysVersionReq’ PROTOBUF_C_OFFSETOF(SysVersionReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:6757:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:6769:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:6781:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:6793:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:6805:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, pollrate), ^ ../zstackpb/zstack.pb-c.c:6817:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:6829:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, responsepollrate), ^ ../zstackpb/zstack.pb-c.c:6841:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:6853:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, bindingtime), ^ ../zstackpb/zstack.pb-c.c:6865:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, panid), ^ ../zstackpb/zstack.pb-c.c:6877:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:6889:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:6901:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, apsframeretries), ^ ../zstackpb/zstack.pb-c.c:6913:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, bcastretries), ^ ../zstackpb/zstack.pb-c.c:6925:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:6937:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:6949:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:6961:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, userdesc), ^ ../zstackpb/zstack.pb-c.c:6973:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, preconfigkey), ^ ../zstackpb/zstack.pb-c.c:6985:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, chanlist), ^ ../zstackpb/zstack.pb-c.c:6997:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, multicastradius), ^ ../zstackpb/zstack.pb-c.c:7009:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:7021:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:7033:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, macrxonidle), ^ ../zstackpb/zstack.pb-c.c:7045:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, snifferfeature), ^ ../zstackpb/zstack.pb-c.c:7057:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, concentratorenable), ^ ../zstackpb/zstack.pb-c.c:7069:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:7134:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:7145:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7146:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7157:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7158:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7169:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7170:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7181:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_pollrate), ^ ../zstackpb/zstack.pb-c.c:7182:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, pollrate), ^ ../zstackpb/zstack.pb-c.c:7193:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7194:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7205:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7206:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7217:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7218:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7229:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_bindingtime), ^ ../zstackpb/zstack.pb-c.c:7230:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, bindingtime), ^ ../zstackpb/zstack.pb-c.c:7241:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_panid), ^ ../zstackpb/zstack.pb-c.c:7242:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, panid), ^ ../zstackpb/zstack.pb-c.c:7253:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7254:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7265:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7266:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7277:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7278:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7289:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_bcastretries), ^ ../zstackpb/zstack.pb-c.c:7290:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, bcastretries), ^ ../zstackpb/zstack.pb-c.c:7301:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:7302:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:7313:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:7314:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:7325:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:7326:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:7337:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_userdesc), ^ ../zstackpb/zstack.pb-c.c:7338:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, userdesc), ^ ../zstackpb/zstack.pb-c.c:7349:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_preconfigkey), ^ ../zstackpb/zstack.pb-c.c:7350:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, preconfigkey), ^ ../zstackpb/zstack.pb-c.c:7361:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_chanlist), ^ ../zstackpb/zstack.pb-c.c:7362:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, chanlist), ^ ../zstackpb/zstack.pb-c.c:7373:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_multicastradius), ^ ../zstackpb/zstack.pb-c.c:7374:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, multicastradius), ^ ../zstackpb/zstack.pb-c.c:7385:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_extendedpanid), ^ ../zstackpb/zstack.pb-c.c:7386:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:7397:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:7398:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:7409:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_macrxonidle), ^ ../zstackpb/zstack.pb-c.c:7410:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, macrxonidle), ^ ../zstackpb/zstack.pb-c.c:7421:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_snifferfeature), ^ ../zstackpb/zstack.pb-c.c:7422:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, snifferfeature), ^ ../zstackpb/zstack.pb-c.c:7433:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_concentratorenable), ^ ../zstackpb/zstack.pb-c.c:7434:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, concentratorenable), ^ ../zstackpb/zstack.pb-c.c:7445:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:7446:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:7511:25: error: expected expression before ‘SysSetTxPowerReq’ PROTOBUF_C_OFFSETOF(SysSetTxPowerReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:7523:25: error: expected expression before ‘SysSetTxPowerReq’ PROTOBUF_C_OFFSETOF(SysSetTxPowerReq, requestedtxpower), ^ ../zstackpb/zstack.pb-c.c:7563:25: error: expected expression before ‘SysNwkInfoReadReq’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:7602:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:7614:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, reason), ^ ../zstackpb/zstack.pb-c.c:7626:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, transportrev), ^ ../zstackpb/zstack.pb-c.c:7638:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, product), ^ ../zstackpb/zstack.pb-c.c:7650:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, majorrel), ^ ../zstackpb/zstack.pb-c.c:7662:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, minorrel), ^ ../zstackpb/zstack.pb-c.c:7674:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, hwrev), ^ ../zstackpb/zstack.pb-c.c:7719:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:7731:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, transportrev), ^ ../zstackpb/zstack.pb-c.c:7743:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, product), ^ ../zstackpb/zstack.pb-c.c:7755:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, majorrel), ^ ../zstackpb/zstack.pb-c.c:7767:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, minorrel), ^ ../zstackpb/zstack.pb-c.c:7779:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, maintrel), ^ ../zstackpb/zstack.pb-c.c:7823:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:7834:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7835:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7846:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7847:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7858:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7859:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7870:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_pollrate), ^ ../zstackpb/zstack.pb-c.c:7871:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, pollrate), ^ ../zstackpb/zstack.pb-c.c:7882:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7883:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7894:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7895:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7906:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7907:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7918:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_bindingtime), ^ ../zstackpb/zstack.pb-c.c:7919:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, bindingtime), ^ ../zstackpb/zstack.pb-c.c:7930:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_panid), ^ ../zstackpb/zstack.pb-c.c:7931:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, panid), ^ ../zstackpb/zstack.pb-c.c:7942:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7943:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7954:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7955:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7966:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7967:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7978:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_bcastretries), ^ ../zstackpb/zstack.pb-c.c:7979:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, bcastretries), ^ ../zstackpb/zstack.pb-c.c:7990:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:7991:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:8002:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:8003:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:8014:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:8015:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:8026:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_userdesc), ^ ../zstackpb/zstack.pb-c.c:8027:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, userdesc), ^ ../zstackpb/zstack.pb-c.c:8038:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_preconfigkey), ^ ../zstackpb/zstack.pb-c.c:8039:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, preconfigkey), ^ ../zstackpb/zstack.pb-c.c:8050:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_chanlist), ^ ../zstackpb/zstack.pb-c.c:8051:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, chanlist), ^ ../zstackpb/zstack.pb-c.c:8062:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_multicastradius), ^ ../zstackpb/zstack.pb-c.c:8063:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, multicastradius), ^ ../zstackpb/zstack.pb-c.c:8074:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8075:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8086:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:8087:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:8098:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_macrxonidle), ^ ../zstackpb/zstack.pb-c.c:8099:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, macrxonidle), ^ ../zstackpb/zstack.pb-c.c:8110:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_snifferfeature), ^ ../zstackpb/zstack.pb-c.c:8111:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, snifferfeature), ^ ../zstackpb/zstack.pb-c.c:8122:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_concentratorenable), ^ ../zstackpb/zstack.pb-c.c:8123:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, concentratorenable), ^ ../zstackpb/zstack.pb-c.c:8134:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:8135:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:8200:25: error: expected expression before ‘SysSetTxPowerRsp’ PROTOBUF_C_OFFSETOF(SysSetTxPowerRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:8212:25: error: expected expression before ‘SysSetTxPowerRsp’ PROTOBUF_C_OFFSETOF(SysSetTxPowerRsp, txpower), ^ ../zstackpb/zstack.pb-c.c:8252:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:8264:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:8276:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:8288:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, devstate), ^ ../zstackpb/zstack.pb-c.c:8300:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, panid), ^ ../zstackpb/zstack.pb-c.c:8312:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8324:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, coordaddr), ^ ../zstackpb/zstack.pb-c.c:8336:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, coordextaddr), ^ ../zstackpb/zstack.pb-c.c:8348:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, devtypes), ^ ../zstackpb/zstack.pb-c.c:8360:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:8408:25: error: expected expression before ‘DevStartReq’ PROTOBUF_C_OFFSETOF(DevStartReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8420:25: error: expected expression before ‘DevStartReq’ PROTOBUF_C_OFFSETOF(DevStartReq, startdelay), ^ ../zstackpb/zstack.pb-c.c:8460:25: error: expected expression before ‘DevNwkDiscReq’ PROTOBUF_C_OFFSETOF(DevNwkDiscReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8472:25: error: expected expression before ‘DevNwkDiscReq’ PROTOBUF_C_OFFSETOF(DevNwkDiscReq, scanchannels), ^ ../zstackpb/zstack.pb-c.c:8484:25: error: expected expression before ‘DevNwkDiscReq’ PROTOBUF_C_OFFSETOF(DevNwkDiscReq, scanduration), ^ ../zstackpb/zstack.pb-c.c:8525:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8537:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:8549:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, panid), ^ ../zstackpb/zstack.pb-c.c:8561:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8573:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, chosenparent), ^ ../zstackpb/zstack.pb-c.c:8585:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, parentdepth), ^ ../zstackpb/zstack.pb-c.c:8597:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, stackprofile), ^ ../zstackpb/zstack.pb-c.c:8642:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8654:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, unsecure), ^ ../zstackpb/zstack.pb-c.c:8666:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:8678:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8720:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8731:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_srcrtgindcb), ^ ../zstackpb/zstack.pb-c.c:8732:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, srcrtgindcb), ^ ../zstackpb/zstack.pb-c.c:8743:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_concentratorindcb), ^ ../zstackpb/zstack.pb-c.c:8744:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, concentratorindcb), ^ ../zstackpb/zstack.pb-c.c:8755:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_nwkdisccnfcb), ^ ../zstackpb/zstack.pb-c.c:8756:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, nwkdisccnfcb), ^ ../zstackpb/zstack.pb-c.c:8767:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_beaconnotindcb), ^ ../zstackpb/zstack.pb-c.c:8768:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, beaconnotindcb), ^ ../zstackpb/zstack.pb-c.c:8779:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_joincnfcb), ^ ../zstackpb/zstack.pb-c.c:8780:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, joincnfcb), ^ ../zstackpb/zstack.pb-c.c:8791:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_leavecnfcb), ^ ../zstackpb/zstack.pb-c.c:8792:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, leavecnfcb), ^ ../zstackpb/zstack.pb-c.c:8803:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_leaveindcb), ^ ../zstackpb/zstack.pb-c.c:8804:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, leaveindcb), ^ ../zstackpb/zstack.pb-c.c:8815:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_nwkaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8816:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, nwkaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8827:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_ieeeaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8828:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, ieeeaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8839:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_nodedescrsp), ^ ../zstackpb/zstack.pb-c.c:8840:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, nodedescrsp), ^ ../zstackpb/zstack.pb-c.c:8851:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_powerdescrsp), ^ ../zstackpb/zstack.pb-c.c:8852:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, powerdescrsp), ^ ../zstackpb/zstack.pb-c.c:8863:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_simpledescrsp), ^ ../zstackpb/zstack.pb-c.c:8864:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, simpledescrsp), ^ ../zstackpb/zstack.pb-c.c:8875:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_activeendpointrsp), ^ ../zstackpb/zstack.pb-c.c:8876:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, activeendpointrsp), ^ ../zstackpb/zstack.pb-c.c:8887:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_matchdescrsp), ^ ../zstackpb/zstack.pb-c.c:8888:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, matchdescrsp), ^ ../zstackpb/zstack.pb-c.c:8899:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_complexdescrsp), ^ ../zstackpb/zstack.pb-c.c:8900:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, complexdescrsp), ^ ../zstackpb/zstack.pb-c.c:8911:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_userdescrsp), ^ ../zstackpb/zstack.pb-c.c:8912:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, userdescrsp), ^ ../zstackpb/zstack.pb-c.c:8923:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_discoverycachersp), ^ ../zstackpb/zstack.pb-c.c:8924:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, discoverycachersp), ^ ../zstackpb/zstack.pb-c.c:8935:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_userdesccnf), ^ ../zstackpb/zstack.pb-c.c:8936:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, userdesccnf), ^ ../zstackpb/zstack.pb-c.c:8947:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_serverdiscoveryrsp), ^ ../zstackpb/zstack.pb-c.c:8948:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, serverdiscoveryrsp), ^ ../zstackpb/zstack.pb-c.c:8959:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_enddevicetimeoutrsp), ^ ../zstackpb/zstack.pb-c.c:8960:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, enddevicetimeoutrsp), ^ ../zstackpb/zstack.pb-c.c:8971:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_bindrsp), ^ ../zstackpb/zstack.pb-c.c:8972:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, bindrsp), ^ ../zstackpb/zstack.pb-c.c:8983:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_enddevicebindrsp), ^ ../zstackpb/zstack.pb-c.c:8984:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, enddevicebindrsp), ^ ../zstackpb/zstack.pb-c.c:8995:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_unbindrsp), ^ ../zstackpb/zstack.pb-c.c:8996:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, unbindrsp), ^ ../zstackpb/zstack.pb-c.c:9007:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtnwkdiscrsp), ^ ../zstackpb/zstack.pb-c.c:9008:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtnwkdiscrsp), ^ ../zstackpb/zstack.pb-c.c:9019:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtlqirsp), ^ ../zstackpb/zstack.pb-c.c:9020:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtlqirsp), ^ ../zstackpb/zstack.pb-c.c:9031:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtrtgrsp), ^ ../zstackpb/zstack.pb-c.c:9032:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtrtgrsp), ^ ../zstackpb/zstack.pb-c.c:9043:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtbindrsp), ^ ../zstackpb/zstack.pb-c.c:9044:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtbindrsp), ^ ../zstackpb/zstack.pb-c.c:9055:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtleaversp), ^ ../zstackpb/zstack.pb-c.c:9056:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtleaversp), ^ ../zstackpb/zstack.pb-c.c:9067:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtdirectjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9068:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtdirectjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9079:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtpermitjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9080:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtpermitjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9091:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtnwkupdatenotify), ^ ../zstackpb/zstack.pb-c.c:9092:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtnwkupdatenotify), ^ ../zstackpb/zstack.pb-c.c:9103:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_deviceannounce), ^ ../zstackpb/zstack.pb-c.c:9104:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, deviceannounce), ^ ../zstackpb/zstack.pb-c.c:9115:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_devstatechange), ^ ../zstackpb/zstack.pb-c.c:9116:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, devstatechange), ^ ../zstackpb/zstack.pb-c.c:9127:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_devjammerind), ^ ../zstackpb/zstack.pb-c.c:9128:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, devjammerind), ^ ../zstackpb/zstack.pb-c.c:9139:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_tcdeviceind), ^ ../zstackpb/zstack.pb-c.c:9140:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, tcdeviceind), ^ ../zstackpb/zstack.pb-c.c:9151:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_devpermitjoinind), ^ ../zstackpb/zstack.pb-c.c:9152:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, devpermitjoinind), ^ ../zstackpb/zstack.pb-c.c:9227:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9239:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:9250:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, has_mtoroute), ^ ../zstackpb/zstack.pb-c.c:9251:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, mtoroute), ^ ../zstackpb/zstack.pb-c.c:9262:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, has_mtonocache), ^ ../zstackpb/zstack.pb-c.c:9263:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, mtonocache), ^ ../zstackpb/zstack.pb-c.c:9274:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, has_multicast), ^ ../zstackpb/zstack.pb-c.c:9275:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, multicast), ^ ../zstackpb/zstack.pb-c.c:9287:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, radius), ^ ../zstackpb/zstack.pb-c.c:9331:25: error: expected expression before ‘DevNwkCheckRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkCheckRouteReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9343:25: error: expected expression before ‘DevNwkCheckRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkCheckRouteReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:9355:25: error: expected expression before ‘DevNwkCheckRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkCheckRouteReq, mtoroute), ^ ../zstackpb/zstack.pb-c.c:9396:25: error: expected expression before ‘DevJammerInd’ PROTOBUF_C_OFFSETOF(DevJammerInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:9408:25: error: expected expression before ‘DevJammerInd’ PROTOBUF_C_OFFSETOF(DevJammerInd, jammed), ^ ../zstackpb/zstack.pb-c.c:9448:25: error: expected expression before ‘DevPermitJoinInd’ PROTOBUF_C_OFFSETOF(DevPermitJoinInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:9460:25: error: expected expression before ‘DevPermitJoinInd’ PROTOBUF_C_OFFSETOF(DevPermitJoinInd, duration), ^ ../zstackpb/zstack.pb-c.c:9500:25: error: expected expression before ‘ApsRemoveGroup’ PROTOBUF_C_OFFSETOF(ApsRemoveGroup, cmdid), ^ ../zstackpb/zstack.pb-c.c:9512:25: error: expected expression before ‘ApsRemoveGroup’ PROTOBUF_C_OFFSETOF(ApsRemoveGroup, endpoint), ^ ../zstackpb/zstack.pb-c.c:9524:25: error: expected expression before ‘ApsRemoveGroup’ PROTOBUF_C_OFFSETOF(ApsRemoveGroup, groupid), ^ ../zstackpb/zstack.pb-c.c:9565:25: error: expected expression before ‘ApsRemoveAllGroups’ PROTOBUF_C_OFFSETOF(ApsRemoveAllGroups, cmdid), ^ ../zstackpb/zstack.pb-c.c:9577:25: error: expected expression before ‘ApsRemoveAllGroups’ PROTOBUF_C_OFFSETOF(ApsRemoveAllGroups, endpoint), ^ ../zstackpb/zstack.pb-c.c:9617:25: error: expected expression before ‘ApsFindAllGroupsReq’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9629:25: error: expected expression before ‘ApsFindAllGroupsReq’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:9669:25: error: expected expression before ‘ApsFindAllGroupsRsp’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:9680:25: error: expected expression before ‘ApsFindAllGroupsRsp’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsRsp, n_grouplist), ^ ../zstackpb/zstack.pb-c.c:9681:25: error: expected expression before ‘ApsFindAllGroupsRsp’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsRsp, grouplist), ^ ../zstackpb/zstack.pb-c.c:9721:25: error: expected expression before ‘ApsFindGroupReq’ PROTOBUF_C_OFFSETOF(ApsFindGroupReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9733:25: error: expected expression before ‘ApsFindGroupReq’ PROTOBUF_C_OFFSETOF(ApsFindGroupReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:9745:25: error: expected expression before ‘ApsFindGroupReq’ PROTOBUF_C_OFFSETOF(ApsFindGroupReq, groupid), ^ ../zstackpb/zstack.pb-c.c:9786:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:9797:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, has_groupid), ^ ../zstackpb/zstack.pb-c.c:9798:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, groupid), ^ ../zstackpb/zstack.pb-c.c:9809:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, has_name), ^ ../zstackpb/zstack.pb-c.c:9810:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, name), ^ ../zstackpb/zstack.pb-c.c:9851:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, cmdid), ^ ../zstackpb/zstack.pb-c.c:9863:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, endpoint), ^ ../zstackpb/zstack.pb-c.c:9875:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, groupid), ^ ../zstackpb/zstack.pb-c.c:9886:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, has_name), ^ ../zstackpb/zstack.pb-c.c:9887:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, name), ^ ../zstackpb/zstack.pb-c.c:9929:25: error: expected expression before ‘ApsCountAllGroups’ PROTOBUF_C_OFFSETOF(ApsCountAllGroups, cmdid), ^ ../zstackpb/zstack.pb-c.c:9968:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9980:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:9992:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, simpledesc), ^ ../zstackpb/zstack.pb-c.c:10004:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, latencyreq), ^ ../zstackpb/zstack.pb-c.c:10046:25: error: expected expression before ‘AfUnRegisterReq’ PROTOBUF_C_OFFSETOF(AfUnRegisterReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10058:25: error: expected expression before ‘AfUnRegisterReq’ PROTOBUF_C_OFFSETOF(AfUnRegisterReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10098:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10110:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:10121:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, n_relaylist), ^ ../zstackpb/zstack.pb-c.c:10122:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, relaylist), ^ ../zstackpb/zstack.pb-c.c:10134:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, srcendpoint), ^ ../zstackpb/zstack.pb-c.c:10146:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, clusterid), ^ ../zstackpb/zstack.pb-c.c:10158:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, transid), ^ ../zstackpb/zstack.pb-c.c:10170:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, options), ^ ../zstackpb/zstack.pb-c.c:10182:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, radius), ^ ../zstackpb/zstack.pb-c.c:10194:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, payload), ^ ../zstackpb/zstack.pb-c.c:10241:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10253:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, enable), ^ ../zstackpb/zstack.pb-c.c:10264:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, has_channel), ^ ../zstackpb/zstack.pb-c.c:10265:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, channel), ^ ../zstackpb/zstack.pb-c.c:10276:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, has_endpoint), ^ ../zstackpb/zstack.pb-c.c:10277:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10288:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, has_panid), ^ ../zstackpb/zstack.pb-c.c:10289:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, panid), ^ ../zstackpb/zstack.pb-c.c:10332:25: error: expected expression before ‘AfConfigGetReq’ PROTOBUF_C_OFFSETOF(AfConfigGetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10344:25: error: expected expression before ‘AfConfigGetReq’ PROTOBUF_C_OFFSETOF(AfConfigGetReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10384:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10396:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10408:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, framedelay), ^ ../zstackpb/zstack.pb-c.c:10420:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, windowsize), ^ ../zstackpb/zstack.pb-c.c:10462:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:10474:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, endpoint), ^ ../zstackpb/zstack.pb-c.c:10486:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, framedelay), ^ ../zstackpb/zstack.pb-c.c:10498:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, windowsize), ^ ../zstackpb/zstack.pb-c.c:10540:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:10552:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, status), ^ ../zstackpb/zstack.pb-c.c:10564:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, endpoint), ^ ../zstackpb/zstack.pb-c.c:10576:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, transid), ^ ../zstackpb/zstack.pb-c.c:10618:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:10630:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:10642:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, groupid), ^ ../zstackpb/zstack.pb-c.c:10654:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, clusterid), ^ ../zstackpb/zstack.pb-c.c:10666:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, macdestaddr), ^ ../zstackpb/zstack.pb-c.c:10678:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, endpoint), ^ ../zstackpb/zstack.pb-c.c:10690:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, wasbroadcast), ^ ../zstackpb/zstack.pb-c.c:10702:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, securityuse), ^ ../zstackpb/zstack.pb-c.c:10714:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, linkquality), ^ ../zstackpb/zstack.pb-c.c:10726:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, correlation), ^ ../zstackpb/zstack.pb-c.c:10738:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, rssi), ^ ../zstackpb/zstack.pb-c.c:10750:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, timestamp), ^ ../zstackpb/zstack.pb-c.c:10762:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, nwkseqnum), ^ ../zstackpb/zstack.pb-c.c:10774:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, macsrcaddr), ^ ../zstackpb/zstack.pb-c.c:10786:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, transseqnum), ^ ../zstackpb/zstack.pb-c.c:10798:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, payload), ^ ../zstackpb/zstack.pb-c.c:10852:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:10864:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, status), ^ ../zstackpb/zstack.pb-c.c:10876:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, dstaddr), ^ ../zstackpb/zstack.pb-c.c:10888:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, transid), ^ ../zstackpb/zstack.pb-c.c:10930:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10942:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:10954:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, type), ^ ../zstackpb/zstack.pb-c.c:10966:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, startindex), ^ ../zstackpb/zstack.pb-c.c:11008:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11020:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:11032:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, type), ^ ../zstackpb/zstack.pb-c.c:11044:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, startindex), ^ ../zstackpb/zstack.pb-c.c:11086:25: error: expected expression before ‘ZdoNodeDescReq’ PROTOBUF_C_OFFSETOF(ZdoNodeDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11098:25: error: expected expression before ‘ZdoNodeDescReq’ PROTOBUF_C_OFFSETOF(ZdoNodeDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11110:25: error: expected expression before ‘ZdoNodeDescReq’ PROTOBUF_C_OFFSETOF(ZdoNodeDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11151:25: error: expected expression before ‘ZdoPowerDescReq’ PROTOBUF_C_OFFSETOF(ZdoPowerDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11163:25: error: expected expression before ‘ZdoPowerDescReq’ PROTOBUF_C_OFFSETOF(ZdoPowerDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11175:25: error: expected expression before ‘ZdoPowerDescReq’ PROTOBUF_C_OFFSETOF(ZdoPowerDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11216:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11228:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11240:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11252:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:11294:25: error: expected expression before ‘ZdoActiveEndpointReq’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11306:25: error: expected expression before ‘ZdoActiveEndpointReq’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11318:25: error: expected expression before ‘ZdoActiveEndpointReq’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11359:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11371:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11383:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11395:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, profileid), ^ ../zstackpb/zstack.pb-c.c:11406:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, n_inputclusters), ^ ../zstackpb/zstack.pb-c.c:11407:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, inputclusters), ^ ../zstackpb/zstack.pb-c.c:11418:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, n_outputclusters), ^ ../zstackpb/zstack.pb-c.c:11419:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, outputclusters), ^ ../zstackpb/zstack.pb-c.c:11463:25: error: expected expression before ‘ZdoComplexDescReq’ PROTOBUF_C_OFFSETOF(ZdoComplexDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11475:25: error: expected expression before ‘ZdoComplexDescReq’ PROTOBUF_C_OFFSETOF(ZdoComplexDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11487:25: error: expected expression before ‘ZdoComplexDescReq’ PROTOBUF_C_OFFSETOF(ZdoComplexDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11528:25: error: expected expression before ‘ZdoUserDescReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11540:25: error: expected expression before ‘ZdoUserDescReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11552:25: error: expected expression before ‘ZdoUserDescReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11593:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11605:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:11617:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:11629:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, capabilities), ^ ../zstackpb/zstack.pb-c.c:11671:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11683:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11695:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11707:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, userdescriptor), ^ ../zstackpb/zstack.pb-c.c:11749:25: error: expected expression before ‘ZdoServerDiscReq’ PROTOBUF_C_OFFSETOF(ZdoServerDiscReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11761:25: error: expected expression before ‘ZdoServerDiscReq’ PROTOBUF_C_OFFSETOF(ZdoServerDiscReq, servermask), ^ ../zstackpb/zstack.pb-c.c:11801:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11813:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11825:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, localcoordinator), ^ ../zstackpb/zstack.pb-c.c:11837:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, ieee), ^ ../zstackpb/zstack.pb-c.c:11849:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:11861:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, profileid), ^ ../zstackpb/zstack.pb-c.c:11872:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, n_inputclusters), ^ ../zstackpb/zstack.pb-c.c:11873:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, inputclusters), ^ ../zstackpb/zstack.pb-c.c:11884:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, n_outputclusters), ^ ../zstackpb/zstack.pb-c.c:11885:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, outputclusters), ^ ../zstackpb/zstack.pb-c.c:11931:25: error: expected expression before ‘ZdoBindReq’ PROTOBUF_C_OFFSETOF(ZdoBindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11943:25: error: expected expression before ‘ZdoBindReq’ PROTOBUF_C_OFFSETOF(ZdoBindReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:11955:25: error: expected expression before ‘ZdoBindReq’ PROTOBUF_C_OFFSETOF(ZdoBindReq, bindinfo), ^ ../zstackpb/zstack.pb-c.c:11996:25: error: expected expression before ‘ZdoUnbindReq’ PROTOBUF_C_OFFSETOF(ZdoUnbindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12008:25: error: expected expression before ‘ZdoUnbindReq’ PROTOBUF_C_OFFSETOF(ZdoUnbindReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12020:25: error: expected expression before ‘ZdoUnbindReq’ PROTOBUF_C_OFFSETOF(ZdoUnbindReq, bindinfo), ^ ../zstackpb/zstack.pb-c.c:12061:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12073:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12085:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, scanchannels), ^ ../zstackpb/zstack.pb-c.c:12097:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, scanduration), ^ ../zstackpb/zstack.pb-c.c:12109:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12152:25: error: expected expression before ‘ZdoMgmtLqiReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12164:25: error: expected expression before ‘ZdoMgmtLqiReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12176:25: error: expected expression before ‘ZdoMgmtLqiReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12217:25: error: expected expression before ‘ZdoMgmtRtgReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12229:25: error: expected expression before ‘ZdoMgmtRtgReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12241:25: error: expected expression before ‘ZdoMgmtRtgReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12282:25: error: expected expression before ‘ZdoMgmtBindReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12294:25: error: expected expression before ‘ZdoMgmtBindReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12306:25: error: expected expression before ‘ZdoMgmtBindReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12347:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12359:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12371:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, deviceaddress), ^ ../zstackpb/zstack.pb-c.c:12383:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, options), ^ ../zstackpb/zstack.pb-c.c:12425:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12437:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12449:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, deviceaddress), ^ ../zstackpb/zstack.pb-c.c:12461:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, capinfo), ^ ../zstackpb/zstack.pb-c.c:12503:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12515:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12527:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, duration), ^ ../zstackpb/zstack.pb-c.c:12539:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, tcsignificance), ^ ../zstackpb/zstack.pb-c.c:12581:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12593:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:12605:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, channelmask), ^ ../zstackpb/zstack.pb-c.c:12617:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, scanduration), ^ ../zstackpb/zstack.pb-c.c:12629:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, scancount), ^ ../zstackpb/zstack.pb-c.c:12641:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, nwkupdateid), ^ ../zstackpb/zstack.pb-c.c:12653:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, nwkmgraddr), ^ ../zstackpb/zstack.pb-c.c:12698:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:12710:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, status), ^ ../zstackpb/zstack.pb-c.c:12722:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:12734:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12746:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:12757:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, n_assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12758:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12802:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:12814:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, status), ^ ../zstackpb/zstack.pb-c.c:12826:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:12838:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12850:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:12861:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, n_assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12862:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12906:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:12918:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:12930:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:12942:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:12954:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, nodedesc), ^ ../zstackpb/zstack.pb-c.c:12997:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13009:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13021:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13033:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13045:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, powerdesc), ^ ../zstackpb/zstack.pb-c.c:13088:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13100:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13112:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13124:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13136:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, simpledesc), ^ ../zstackpb/zstack.pb-c.c:13179:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13191:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13203:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13215:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13226:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, n_activeeplist), ^ ../zstackpb/zstack.pb-c.c:13227:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, activeeplist), ^ ../zstackpb/zstack.pb-c.c:13270:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13282:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13294:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13306:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13317:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, n_matchlist), ^ ../zstackpb/zstack.pb-c.c:13318:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, matchlist), ^ ../zstackpb/zstack.pb-c.c:13361:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13373:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13385:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13397:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13409:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, desc), ^ ../zstackpb/zstack.pb-c.c:13452:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13464:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13476:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13488:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, servercap), ^ ../zstackpb/zstack.pb-c.c:13530:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13542:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13554:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13566:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, timeout), ^ ../zstackpb/zstack.pb-c.c:13608:25: error: expected expression before ‘ZdoBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoBindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13620:25: error: expected expression before ‘ZdoBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoBindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13632:25: error: expected expression before ‘ZdoBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoBindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13673:25: error: expected expression before ‘ZdoEndDeviceBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13685:25: error: expected expression before ‘ZdoEndDeviceBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13697:25: error: expected expression before ‘ZdoEndDeviceBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13738:25: error: expected expression before ‘ZdoUnbindRspInd’ PROTOBUF_C_OFFSETOF(ZdoUnbindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13750:25: error: expected expression before ‘ZdoUnbindRspInd’ PROTOBUF_C_OFFSETOF(ZdoUnbindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13762:25: error: expected expression before ‘ZdoUnbindRspInd’ PROTOBUF_C_OFFSETOF(ZdoUnbindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13803:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13815:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13827:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, devaddr), ^ ../zstackpb/zstack.pb-c.c:13839:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, devextaddr), ^ ../zstackpb/zstack.pb-c.c:13851:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, capinfo), ^ ../zstackpb/zstack.pb-c.c:13894:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13906:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13918:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13930:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, networkcount), ^ ../zstackpb/zstack.pb-c.c:13942:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:13953:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, n_netlist), ^ ../zstackpb/zstack.pb-c.c:13954:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, netlist), ^ ../zstackpb/zstack.pb-c.c:13998:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14010:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14022:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14034:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, neighborlqientries), ^ ../zstackpb/zstack.pb-c.c:14046:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:14057:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, n_lqilist), ^ ../zstackpb/zstack.pb-c.c:14058:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, lqilist), ^ ../zstackpb/zstack.pb-c.c:14102:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14114:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14126:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14138:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, rtgentries), ^ ../zstackpb/zstack.pb-c.c:14150:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:14161:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, n_rtglist), ^ ../zstackpb/zstack.pb-c.c:14162:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, rtglist), ^ ../zstackpb/zstack.pb-c.c:14206:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14218:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14230:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14242:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, bindentries), ^ ../zstackpb/zstack.pb-c.c:14254:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:14265:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, n_bindlist), ^ ../zstackpb/zstack.pb-c.c:14266:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, bindlist), ^ ../zstackpb/zstack.pb-c.c:14310:25: error: expected expression before ‘ZdoMgmtLeaveRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14322:25: error: expected expression before ‘ZdoMgmtLeaveRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14334:25: error: expected expression before ‘ZdoMgmtLeaveRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14375:25: error: expected expression before ‘ZdoMgmtDirectJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14387:25: error: expected expression before ‘ZdoMgmtDirectJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14399:25: error: expected expression before ‘ZdoMgmtDirectJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14440:25: error: expected expression before ‘ZdoMgmtPermitJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14452:25: error: expected expression before ‘ZdoMgmtPermitJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14464:25: error: expected expression before ‘ZdoMgmtPermitJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14505:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14517:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14529:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, status), ^ ../zstackpb/zstack.pb-c.c:14541:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, scannedchannels), ^ ../zstackpb/zstack.pb-c.c:14553:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, totaltrans), ^ ../zstackpb/zstack.pb-c.c:14565:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, transfails), ^ ../zstackpb/zstack.pb-c.c:14576:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, n_energyvalueslist), ^ ../zstackpb/zstack.pb-c.c:14577:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, energyvalueslist), ^ ../zstackpb/zstack.pb-c.c:14622:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14634:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:14646:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:14658:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, parentaddr), ^ ../zstackpb/zstack.pb-c.c:14700:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14712:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14724:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, relaycnt), ^ ../zstackpb/zstack.pb-c.c:14735:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, n_relay), ^ ../zstackpb/zstack.pb-c.c:14736:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, relay), ^ ../zstackpb/zstack.pb-c.c:14778:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14790:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:14802:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, pktcost), ^ ../zstackpb/zstack.pb-c.c:14814:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:14856:25: error: expected expression before ‘ZdoNwkDiscCnf’ PROTOBUF_C_OFFSETOF(ZdoNwkDiscCnf, cmdid), ^ ../zstackpb/zstack.pb-c.c:14868:25: error: expected expression before ‘ZdoNwkDiscCnf’ PROTOBUF_C_OFFSETOF(ZdoNwkDiscCnf, status), ^ ../zstackpb/zstack.pb-c.c:14908:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14920:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, sourceaddr), ^ ../zstackpb/zstack.pb-c.c:14932:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, panid), ^ ../zstackpb/zstack.pb-c.c:14944:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:14956:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, permitjoining), ^ ../zstackpb/zstack.pb-c.c:14968:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, routercapacity), ^ ../zstackpb/zstack.pb-c.c:14980:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, devicecapacity), ^ ../zstackpb/zstack.pb-c.c:14992:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, protocolversion), ^ ../zstackpb/zstack.pb-c.c:15004:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, stackprofile), ^ ../zstackpb/zstack.pb-c.c:15016:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, lqi), ^ ../zstackpb/zstack.pb-c.c:15028:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, depth), ^ ../zstackpb/zstack.pb-c.c:15040:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, updateid), ^ ../zstackpb/zstack.pb-c.c:15052:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:15103:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, cmdid), ^ ../zstackpb/zstack.pb-c.c:15115:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, status), ^ ../zstackpb/zstack.pb-c.c:15127:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, devaddr), ^ ../zstackpb/zstack.pb-c.c:15139:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, parentaddr), ^ ../zstackpb/zstack.pb-c.c:15181:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, cmdid), ^ ../zstackpb/zstack.pb-c.c:15193:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, dstaddr), ^ ../zstackpb/zstack.pb-c.c:15205:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:15217:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, removechildren), ^ ../zstackpb/zstack.pb-c.c:15229:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, rejoin), ^ ../zstackpb/zstack.pb-c.c:15241:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, status), ^ ../zstackpb/zstack.pb-c.c:15285:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:15297:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:15309:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:15321:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, request), ^ ../zstackpb/zstack.pb-c.c:15333:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, removechildren), ^ ../zstackpb/zstack.pb-c.c:15345:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, rejoin), ^ ../zstackpb/zstack.pb-c.c:15389:25: error: expected expression before ‘DevStateChangeInd’ PROTOBUF_C_OFFSETOF(DevStateChangeInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:15401:25: error: expected expression before ‘DevStateChangeInd’ PROTOBUF_C_OFFSETOF(DevStateChangeInd, state), ^ ../zstackpb/zstack.pb-c.c:15441:25: error: expected expression before ‘SecNwkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15453:25: error: expected expression before ‘SecNwkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetReq, activekey), ^ ../zstackpb/zstack.pb-c.c:15493:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15505:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, activekey), ^ ../zstackpb/zstack.pb-c.c:15517:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, seqnum), ^ ../zstackpb/zstack.pb-c.c:15528:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, has_key), ^ ../zstackpb/zstack.pb-c.c:15529:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, key), ^ ../zstackpb/zstack.pb-c.c:15571:25: error: expected expression before ‘SecNwkKeyUpdateReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyUpdateReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15583:25: error: expected expression before ‘SecNwkKeyUpdateReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyUpdateReq, seqnum), ^ ../zstackpb/zstack.pb-c.c:15595:25: error: expected expression before ‘SecNwkKeyUpdateReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyUpdateReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:15636:25: error: expected expression before ‘SecNwkKeySwitchReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySwitchReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15648:25: error: expected expression before ‘SecNwkKeySwitchReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySwitchReq, seqnum), ^ ../zstackpb/zstack.pb-c.c:15660:25: error: expected expression before ‘SecNwkKeySwitchReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySwitchReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:15701:25: error: expected expression before ‘SecApsLinkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15713:25: error: expected expression before ‘SecApsLinkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetReq, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:15725:25: error: expected expression before ‘SecApsLinkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:15766:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15778:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:15789:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, has_shortaddr), ^ ../zstackpb/zstack.pb-c.c:15790:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, shortaddr), ^ ../zstackpb/zstack.pb-c.c:15802:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:15814:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, key), ^ ../zstackpb/zstack.pb-c.c:15825:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, has_txfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15826:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, txfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15837:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, has_rxfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15838:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, rxfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15883:25: error: expected expression before ‘SecApsLinkKeyRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyRemoveReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15895:25: error: expected expression before ‘SecApsLinkKeyRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyRemoveReq, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:15907:25: error: expected expression before ‘SecApsLinkKeyRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyRemoveReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:15948:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15960:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, parentaddr), ^ ../zstackpb/zstack.pb-c.c:15972:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:15984:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, extaddr), ^ ../zstackpb/zstack.pb-c.c:16026:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:16038:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, status), ^ ../zstackpb/zstack.pb-c.c:16050:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, activekey), ^ ../zstackpb/zstack.pb-c.c:16062:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, seqnum), ^ ../zstackpb/zstack.pb-c.c:16074:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, key), ^ ../zstackpb/zstack.pb-c.c:16117:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:16129:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, status), ^ ../zstackpb/zstack.pb-c.c:16141:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:16153:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:16165:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, key), ^ ../zstackpb/zstack.pb-c.c:16177:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, txfrmcntr), ^ ../zstackpb/zstack.pb-c.c:16189:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, rxfrmcntr), ^ ../zstackpb/zstack.pb-c.c:16233:25: error: expected expression before ‘ZstackDefaultRsp’ PROTOBUF_C_OFFSETOF(ZstackDefaultRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:16245:25: error: expected expression before ‘ZstackDefaultRsp’ PROTOBUF_C_OFFSETOF(ZstackDefaultRsp, status), ^ ../zstackpb/zstack.pb-c.c:16289:3: error: ‘PROTOBUF_C_ENUM_DESCRIPTOR_MAGIC’ undeclared here (not in a function) PROTOBUF_C_ENUM_DESCRIPTOR_MAGIC, ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__unpack’: ../zstackpb/zstack.pb-c.c:44:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Makefile:206: recipe for target 'out/zstack.pb-c.o' failed make[1]: *** [out/zstack.pb-c.o] Error 1 make[1]: Leaving directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/zstackserverznp' Makefile:114: recipe for target 'arch-all-x86' failed make: *** [arch-all-x86] Error 2 ******************************************************** Cleaning all if test -d out; then rm -rf out; fi ******************************************************** Check existance of output folder if test ! -d out; then mkdir out; fi ******************************************************** COMPILING APP FOR x86 make[1]: Entering directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/nwkmgr' Compiling ../srvepconfig/serverep.c ... In file included from ../srvepconfig/serverep.h:50:0, from ../srvepconfig/serverep.c:55: ../zstackpb/zstack.pb-c.h:11:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef struct _AFAddr AFAddr; ^ ../zstackpb/zstack.pb-c.h:498:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:617:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ In file included from ../srvepconfig/serverep.h:50:0, from ../srvepconfig/serverep.c:55: ../zstackpb/zstack.pb-c.h:1212:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:1298:3: error: unknown type name ‘AFAddr’ AFAddr *srcaddr; ^ ../zstackpb/zstack.pb-c.h:1324:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:2219:23: error: unknown type name ‘AFAddr’ (AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2221:29: error: unknown type name ‘AFAddr’ (const AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2223:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2226:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2228:1: error: unknown type name ‘AFAddr’ AFAddr * ^ ../zstackpb/zstack.pb-c.h:2234:23: error: unknown type name ‘AFAddr’ (AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:4481:25: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ In file included from ../srvepconfig/serverep.c:55:0: ../srvepconfig/serverep.h:74:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef struct sSrvAttrList_tag ^ In file included from ../srvepconfig/serverep.c:56:0: ../srvepconfig/serverdefep.h:48:17: warning: excess elements in struct initializer #define GW_EP 2 // reserved for Gateway Server ^ ../srvepconfig/serverep.c:281:3: note: in expansion of macro ‘GW_EP’ GW_EP, ^ ../srvepconfig/serverdefep.h:48:17: note: (near initialization for ‘gsSrvDefaultAttrList’) #define GW_EP 2 // reserved for Gateway Server ^ ../srvepconfig/serverep.c:281:3: note: in expansion of macro ‘GW_EP’ GW_EP, ^ ../srvepconfig/serverep.c:275:31: warning: excess elements in struct initializer #define SRV_MAX_DEFAULT_ATTRS (sizeof( gsSrvDefaultZclAttrRecs ) / sizeof( gsSrvDefaultZclAttrRecs[0] )) ^ ../srvepconfig/serverep.c:282:3: note: in expansion of macro ‘SRV_MAX_DEFAULT_ATTRS’ SRV_MAX_DEFAULT_ATTRS, ^ ../srvepconfig/serverep.c:275:31: note: (near initialization for ‘gsSrvDefaultAttrList’) #define SRV_MAX_DEFAULT_ATTRS (sizeof( gsSrvDefaultZclAttrRecs ) / sizeof( gsSrvDefaultZclAttrRecs[0] )) ^ ../srvepconfig/serverep.c:282:3: note: in expansion of macro ‘SRV_MAX_DEFAULT_ATTRS’ SRV_MAX_DEFAULT_ATTRS, ^ ../srvepconfig/serverep.c:283:3: warning: excess elements in struct initializer gsSrvDefaultZclAttrRecs, ^ ../srvepconfig/serverep.c:283:3: note: (near initialization for ‘gsSrvDefaultAttrList’) ../srvepconfig/serverep.c:284:3: warning: excess elements in struct initializer gsSrvDefaultAttrPtrs ^ ../srvepconfig/serverep.c:284:3: note: (near initialization for ‘gsSrvDefaultAttrList’) ../srvepconfig/serverep.c: In function ‘srvGetServerAttrListOnEndpoint’: ../srvepconfig/serverep.c:409:41: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ if ( gsSrvEndpointDef.ppAttrLists[i]->endpoint == endpointId ) ^ ../srvepconfig/serverep.c:411:52: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ *pAttrCount = gsSrvEndpointDef.ppAttrLists[i]->numAttr; ^ ../srvepconfig/serverep.c:412:45: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ return gsSrvEndpointDef.ppAttrLists[i]->pAttrRecords; ^ ../srvepconfig/serverep.c: In function ‘srvFindAttributeRec’: ../srvepconfig/serverep.c:465:42: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ if ( gsSrvEndpointDef.ppAttrLists[ep]->endpoint == endpointId ) ^ ../srvepconfig/serverep.c:467:51: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pAttrRecs = gsSrvEndpointDef.ppAttrLists[ep]->pAttrRecords; ^ ../srvepconfig/serverep.c:468:56: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ for ( i = 0; i < gsSrvEndpointDef.ppAttrLists[ep]->numAttr; ++i ) ^ In file included from ../srvepconfig/serverep.c:57:0: ../srvepconfig/serverep.c: In function ‘SrvUnitTestPrintAttrList’: ../srvepconfig/serverep.c:586:51: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ uiPrintfEx(trINFO, "%d Attributes:\n", pAttrList->numAttr); ^ ../../../../Projects/zstack/linux/srvwrapper/trace.h:55:113: note: in definition of macro ‘uiPrintfEx’ printf("[%s/%s] %s: " fmt, to_string(SERVER_NAME), SPECIFIC_THREAD_NAME(), TRACE_LEVEL_NAME[trace_group], ##__VA_ARGS__); \ ^ ../srvepconfig/serverep.c:588:28: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pAttrRecArray = pAttrList->pAttrRecords; ^ ../srvepconfig/serverep.c:589:29: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ ppAttrPtrArray = pAttrList->ppAttrPtrs; ^ ../srvepconfig/serverep.c:591:26: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ for( i=0; i < pAttrList->numAttr; ++i ) ^ ../srvepconfig/serverep.c: In function ‘srvFindAttributePtr’: ../srvepconfig/serverep.c:683:41: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ if( gsSrvEndpointDef.ppAttrLists[ep]->endpoint == endpointId ) ^ ../srvepconfig/serverep.c:685:56: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pAttrRecArray = gsSrvEndpointDef.ppAttrLists[ep]->pAttrRecords; ^ ../srvepconfig/serverep.c:686:56: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ ppAttrPtrArray = gsSrvEndpointDef.ppAttrLists[ep]->ppAttrPtrs; ^ ../srvepconfig/serverep.c:688:51: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ for(i=0; i< gsSrvEndpointDef.ppAttrLists[ep]->numAttr; ++i) ^ ../srvepconfig/serverep.c: In function ‘srvConvertParsedFile’: ../srvepconfig/serverep.c:2445:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ pSrvAttrList[ep].endpoint = pEndpoint->id; ^ ../srvepconfig/serverep.c:2446:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ pSrvAttrList[ep].numAttr = pAttrList->count; ^ ../srvepconfig/serverep.c:2447:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords = malloc( pAttrList->count * sizeof(zclAttrRec_t) ); ^ ../srvepconfig/serverep.c:2448:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ pSrvAttrList[ep].ppAttrPtrs = malloc( pAttrList->count * sizeof( void * ) ); ^ ../srvepconfig/serverep.c:2450:25: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ if(!pSrvAttrList[ep].pAttrRecords || !pSrvAttrList[ep].ppAttrPtrs) ^ ../srvepconfig/serverep.c:2450:59: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ if(!pSrvAttrList[ep].pAttrRecords || !pSrvAttrList[ep].ppAttrPtrs) ^ ../srvepconfig/serverep.c:2459:23: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords[i] = pAttrList->ppAttrs[i]->attrrec; ^ ../srvepconfig/serverep.c:2462:30: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ type = pSrvAttrList[ep].pAttrRecords[i].attr.dataType; ^ In file included from ../srvepconfig/serverep.c:57:0: ../srvepconfig/serverep.c:2474:27: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords[i].attr.attrId, pSrvAttrList[ep].pAttrRecords[i].clusterID ); ^ ../../../../Projects/zstack/linux/srvwrapper/trace.h:55:113: note: in definition of macro ‘uiPrintfEx’ printf("[%s/%s] %s: " fmt, to_string(SERVER_NAME), SPECIFIC_THREAD_NAME(), TRACE_LEVEL_NAME[trace_group], ##__VA_ARGS__); \ ^ ../srvepconfig/serverep.c:2473:9: note: in expansion of macro ‘uiPrintf’ uiPrintf( "- invalid size, attr %04X on cluster %04X\n", ^ ../srvepconfig/serverep.c:2474:73: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords[i].attr.attrId, pSrvAttrList[ep].pAttrRecords[i].clusterID ); ^ ../../../../Projects/zstack/linux/srvwrapper/trace.h:55:113: note: in definition of macro ‘uiPrintfEx’ printf("[%s/%s] %s: " fmt, to_string(SERVER_NAME), SPECIFIC_THREAD_NAME(), TRACE_LEVEL_NAME[trace_group], ##__VA_ARGS__); \ ^ ../srvepconfig/serverep.c:2473:9: note: in expansion of macro ‘uiPrintf’ uiPrintf( "- invalid size, attr %04X on cluster %04X\n", ^ ../srvepconfig/serverep.c:2493:23: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ pSrvAttrList[ep].ppAttrPtrs[i] = attrbuf; ^ Makefile:208: recipe for target 'out/serverep.o' failed make[1]: *** [out/serverep.o] Error 1 make[1]: Leaving directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/nwkmgr' Makefile:115: recipe for target 'arch-all-x86' failed make: *** [arch-all-x86] Error 2 ******************************************************** Cleaning all if test -d out; then rm -rf out; fi ******************************************************** Check existance of output folder if test ! -d out; then mkdir out; fi ******************************************************** COMPILING APP FOR x86 make[1]: Entering directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/hagateway' Compiling ../srvepconfig/serverep.c ... In file included from ../srvepconfig/serverep.h:50:0, from ../srvepconfig/serverep.c:55: ../zstackpb/zstack.pb-c.h:11:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef struct _AFAddr AFAddr; ^ ../zstackpb/zstack.pb-c.h:498:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:617:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ In file included from ../srvepconfig/serverep.h:50:0, from ../srvepconfig/serverep.c:55: ../zstackpb/zstack.pb-c.h:1212:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:1298:3: error: unknown type name ‘AFAddr’ AFAddr *srcaddr; ^ ../zstackpb/zstack.pb-c.h:1324:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:2219:23: error: unknown type name ‘AFAddr’ (AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2221:29: error: unknown type name ‘AFAddr’ (const AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2223:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2226:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2228:1: error: unknown type name ‘AFAddr’ AFAddr * ^ ../zstackpb/zstack.pb-c.h:2234:23: error: unknown type name ‘AFAddr’ (AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:4481:25: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ In file included from ../srvepconfig/serverep.c:55:0: ../srvepconfig/serverep.h:74:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef struct sSrvAttrList_tag ^ In file included from ../srvepconfig/serverep.c:56:0: ../srvepconfig/serverdefep.h:48:17: warning: excess elements in struct initializer #define GW_EP 2 // reserved for Gateway Server ^ ../srvepconfig/serverep.c:281:3: note: in expansion of macro ‘GW_EP’ GW_EP, ^ ../srvepconfig/serverdefep.h:48:17: note: (near initialization for ‘gsSrvDefaultAttrList’) #define GW_EP 2 // reserved for Gateway Server ^ ../srvepconfig/serverep.c:281:3: note: in expansion of macro ‘GW_EP’ GW_EP, ^ ../srvepconfig/serverep.c:275:31: warning: excess elements in struct initializer #define SRV_MAX_DEFAULT_ATTRS (sizeof( gsSrvDefaultZclAttrRecs ) / sizeof( gsSrvDefaultZclAttrRecs[0] )) ^ ../srvepconfig/serverep.c:282:3: note: in expansion of macro ‘SRV_MAX_DEFAULT_ATTRS’ SRV_MAX_DEFAULT_ATTRS, ^ ../srvepconfig/serverep.c:275:31: note: (near initialization for ‘gsSrvDefaultAttrList’) #define SRV_MAX_DEFAULT_ATTRS (sizeof( gsSrvDefaultZclAttrRecs ) / sizeof( gsSrvDefaultZclAttrRecs[0] )) ^ ../srvepconfig/serverep.c:282:3: note: in expansion of macro ‘SRV_MAX_DEFAULT_ATTRS’ SRV_MAX_DEFAULT_ATTRS, ^ ../srvepconfig/serverep.c:283:3: warning: excess elements in struct initializer gsSrvDefaultZclAttrRecs, ^ ../srvepconfig/serverep.c:283:3: note: (near initialization for ‘gsSrvDefaultAttrList’) ../srvepconfig/serverep.c:284:3: warning: excess elements in struct initializer gsSrvDefaultAttrPtrs ^ ../srvepconfig/serverep.c:284:3: note: (near initialization for ‘gsSrvDefaultAttrList’) ../srvepconfig/serverep.c: In function ‘srvGetServerAttrListOnEndpoint’: ../srvepconfig/serverep.c:409:41: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ if ( gsSrvEndpointDef.ppAttrLists[i]->endpoint == endpointId ) ^ ../srvepconfig/serverep.c:411:52: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ *pAttrCount = gsSrvEndpointDef.ppAttrLists[i]->numAttr; ^ ../srvepconfig/serverep.c:412:45: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ return gsSrvEndpointDef.ppAttrLists[i]->pAttrRecords; ^ ../srvepconfig/serverep.c: In function ‘srvFindAttributeRec’: ../srvepconfig/serverep.c:465:42: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ if ( gsSrvEndpointDef.ppAttrLists[ep]->endpoint == endpointId ) ^ ../srvepconfig/serverep.c:467:51: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pAttrRecs = gsSrvEndpointDef.ppAttrLists[ep]->pAttrRecords; ^ ../srvepconfig/serverep.c:468:56: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ for ( i = 0; i < gsSrvEndpointDef.ppAttrLists[ep]->numAttr; ++i ) ^ In file included from ../srvepconfig/serverep.c:57:0: ../srvepconfig/serverep.c: In function ‘SrvUnitTestPrintAttrList’: ../srvepconfig/serverep.c:586:51: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ uiPrintfEx(trINFO, "%d Attributes:\n", pAttrList->numAttr); ^ ../../../../Projects/zstack/linux/srvwrapper/trace.h:55:113: note: in definition of macro ‘uiPrintfEx’ printf("[%s/%s] %s: " fmt, to_string(SERVER_NAME), SPECIFIC_THREAD_NAME(), TRACE_LEVEL_NAME[trace_group], ##__VA_ARGS__); \ ^ ../srvepconfig/serverep.c:588:28: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pAttrRecArray = pAttrList->pAttrRecords; ^ ../srvepconfig/serverep.c:589:29: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ ppAttrPtrArray = pAttrList->ppAttrPtrs; ^ ../srvepconfig/serverep.c:591:26: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ for( i=0; i < pAttrList->numAttr; ++i ) ^ ../srvepconfig/serverep.c: In function ‘srvFindAttributePtr’: ../srvepconfig/serverep.c:683:41: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ if( gsSrvEndpointDef.ppAttrLists[ep]->endpoint == endpointId ) ^ ../srvepconfig/serverep.c:685:56: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pAttrRecArray = gsSrvEndpointDef.ppAttrLists[ep]->pAttrRecords; ^ ../srvepconfig/serverep.c:686:56: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ ppAttrPtrArray = gsSrvEndpointDef.ppAttrLists[ep]->ppAttrPtrs; ^ ../srvepconfig/serverep.c:688:51: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ for(i=0; i< gsSrvEndpointDef.ppAttrLists[ep]->numAttr; ++i) ^ ../srvepconfig/serverep.c: In function ‘srvConvertParsedFile’: ../srvepconfig/serverep.c:2445:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘endpoint’ pSrvAttrList[ep].endpoint = pEndpoint->id; ^ ../srvepconfig/serverep.c:2446:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘numAttr’ pSrvAttrList[ep].numAttr = pAttrList->count; ^ ../srvepconfig/serverep.c:2447:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords = malloc( pAttrList->count * sizeof(zclAttrRec_t) ); ^ ../srvepconfig/serverep.c:2448:21: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ pSrvAttrList[ep].ppAttrPtrs = malloc( pAttrList->count * sizeof( void * ) ); ^ ../srvepconfig/serverep.c:2450:25: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ if(!pSrvAttrList[ep].pAttrRecords || !pSrvAttrList[ep].ppAttrPtrs) ^ ../srvepconfig/serverep.c:2450:59: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ if(!pSrvAttrList[ep].pAttrRecords || !pSrvAttrList[ep].ppAttrPtrs) ^ ../srvepconfig/serverep.c:2459:23: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords[i] = pAttrList->ppAttrs[i]->attrrec; ^ ../srvepconfig/serverep.c:2462:30: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ type = pSrvAttrList[ep].pAttrRecords[i].attr.dataType; ^ In file included from ../srvepconfig/serverep.c:57:0: ../srvepconfig/serverep.c:2474:27: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords[i].attr.attrId, pSrvAttrList[ep].pAttrRecords[i].clusterID ); ^ ../../../../Projects/zstack/linux/srvwrapper/trace.h:55:113: note: in definition of macro ‘uiPrintfEx’ printf("[%s/%s] %s: " fmt, to_string(SERVER_NAME), SPECIFIC_THREAD_NAME(), TRACE_LEVEL_NAME[trace_group], ##__VA_ARGS__); \ ^ ../srvepconfig/serverep.c:2473:9: note: in expansion of macro ‘uiPrintf’ uiPrintf( "- invalid size, attr %04X on cluster %04X\n", ^ ../srvepconfig/serverep.c:2474:73: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘pAttrRecords’ pSrvAttrList[ep].pAttrRecords[i].attr.attrId, pSrvAttrList[ep].pAttrRecords[i].clusterID ); ^ ../../../../Projects/zstack/linux/srvwrapper/trace.h:55:113: note: in definition of macro ‘uiPrintfEx’ printf("[%s/%s] %s: " fmt, to_string(SERVER_NAME), SPECIFIC_THREAD_NAME(), TRACE_LEVEL_NAME[trace_group], ##__VA_ARGS__); \ ^ ../srvepconfig/serverep.c:2473:9: note: in expansion of macro ‘uiPrintf’ uiPrintf( "- invalid size, attr %04X on cluster %04X\n", ^ ../srvepconfig/serverep.c:2493:23: error: ‘sSrvAttrList_t {aka struct sSrvAttrList_tag}’ has no member named ‘ppAttrPtrs’ pSrvAttrList[ep].ppAttrPtrs[i] = attrbuf; ^ Makefile:222: recipe for target 'out/serverep.o' failed make[1]: *** [out/serverep.o] Error 1 make[1]: Leaving directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/hagateway' Makefile:131: recipe for target 'arch-all-x86' failed make: *** [arch-all-x86] Error 2 ******************************************************** Cleaning all if test -d out; then rm -rf out; fi ******************************************************** Check existance of output folder if test ! -d out; then mkdir out; fi ******************************************************** COMPILING APP FOR x86 export ARCH=x86 make[1]: Entering directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/otaserver' Compiling ../zstackpb/zstack.pb-c.c ... In file included from ../zstackpb/zstack.pb-c.c:8:0: ../zstackpb/zstack.pb-c.h:11:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef struct _AFAddr AFAddr; ^ ../zstackpb/zstack.pb-c.h:498:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:617:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ In file included from ../zstackpb/zstack.pb-c.c:8:0: ../zstackpb/zstack.pb-c.h:1212:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:1298:3: error: unknown type name ‘AFAddr’ AFAddr *srcaddr; ^ ../zstackpb/zstack.pb-c.h:1324:3: error: unknown type name ‘AFAddr’ AFAddr *dstaddr; ^ ../zstackpb/zstack.pb-c.h:2219:23: error: unknown type name ‘AFAddr’ (AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2221:29: error: unknown type name ‘AFAddr’ (const AFAddr *message); ^ ../zstackpb/zstack.pb-c.h:2223:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2226:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:2228:1: error: unknown type name ‘AFAddr’ AFAddr * ^ ../zstackpb/zstack.pb-c.h:2234:23: error: unknown type name ‘AFAddr’ (AFAddr *message, ^ ../zstackpb/zstack.pb-c.h:4481:25: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’ void afaddr__init ^ ../zstackpb/zstack.pb-c.c:16:29: error: unknown type name ‘AFAddr’ (const AFAddr *message) ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__get_packed_size’: ../zstackpb/zstack.pb-c.c:18:3: warning: implicit declaration of function ‘PROTOBUF_C_ASSERT’ [-Wimplicit-function-declaration] PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c:18:29: error: request for member ‘base’ in something not a structure or union PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:22:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__pack’: ../zstackpb/zstack.pb-c.c:25:29: error: request for member ‘base’ in something not a structure or union PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:29:29: error: unknown type name ‘AFAddr’ (const AFAddr *message, ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__pack_to_buffer’: ../zstackpb/zstack.pb-c.c:32:29: error: request for member ‘base’ in something not a structure or union PROTOBUF_C_ASSERT (message->base.descriptor == &afaddr__descriptor); ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:35:1: error: unknown type name ‘AFAddr’ AFAddr * ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__unpack’: ../zstackpb/zstack.pb-c.c:41:11: error: ‘AFAddr’ undeclared (first use in this function) return (AFAddr *) ^ ../zstackpb/zstack.pb-c.c:41:11: note: each undeclared identifier is reported only once for each function it appears in ../zstackpb/zstack.pb-c.c:41:19: error: expected expression before ‘)’ token return (AFAddr *) ^ ../zstackpb/zstack.pb-c.c: At top level: ../zstackpb/zstack.pb-c.c:46:23: error: unknown type name ‘AFAddr’ (AFAddr *message, ^ ../zstackpb/zstack.pb-c.c:5134:5: warning: implicit declaration of function ‘PROTOBUF_C_OFFSETOF’ [-Wimplicit-function-declaration] PROTOBUF_C_OFFSETOF(AFAddr, addrmode), ^ ../zstackpb/zstack.pb-c.c:5134:25: error: ‘AFAddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, addrmode), ^ ../zstackpb/zstack.pb-c.c:5134:33: error: ‘addrmode’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, addrmode), ^ ../zstackpb/zstack.pb-c.c:5145:33: error: ‘has_shortaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_shortaddr), ^ ../zstackpb/zstack.pb-c.c:5146:33: error: ‘shortaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, shortaddr), ^ ../zstackpb/zstack.pb-c.c:5157:33: error: ‘has_extaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_extaddr), ^ ../zstackpb/zstack.pb-c.c:5158:33: error: ‘extaddr’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, extaddr), ^ ../zstackpb/zstack.pb-c.c:5169:33: error: ‘has_endpoint’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_endpoint), ^ ../zstackpb/zstack.pb-c.c:5170:33: error: ‘endpoint’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, endpoint), ^ ../zstackpb/zstack.pb-c.c:5181:33: error: ‘has_panid’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, has_panid), ^ ../zstackpb/zstack.pb-c.c:5182:33: error: ‘panid’ undeclared here (not in a function) PROTOBUF_C_OFFSETOF(AFAddr, panid), ^ ../zstackpb/zstack.pb-c.c:5203:3: error: ‘PROTOBUF_C_MESSAGE_DESCRIPTOR_MAGIC’ undeclared here (not in a function) PROTOBUF_C_MESSAGE_DESCRIPTOR_MAGIC, ^ ../zstackpb/zstack.pb-c.c:5213:26: error: ‘afaddr__init’ undeclared here (not in a function) (ProtobufCMessageInit) afaddr__init, ^ ../zstackpb/zstack.pb-c.c:5224:25: error: expected expression before ‘StartupOptions’ PROTOBUF_C_OFFSETOF(StartupOptions, clearstate), ^ ../zstackpb/zstack.pb-c.c:5236:25: error: expected expression before ‘StartupOptions’ PROTOBUF_C_OFFSETOF(StartupOptions, clearconfig), ^ ../zstackpb/zstack.pb-c.c:5275:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, endpoint), ^ ../zstackpb/zstack.pb-c.c:5287:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, profileid), ^ ../zstackpb/zstack.pb-c.c:5299:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, deviceid), ^ ../zstackpb/zstack.pb-c.c:5311:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, devicever), ^ ../zstackpb/zstack.pb-c.c:5322:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, n_inputclusters), ^ ../zstackpb/zstack.pb-c.c:5323:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, inputclusters), ^ ../zstackpb/zstack.pb-c.c:5334:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, n_outputclusters), ^ ../zstackpb/zstack.pb-c.c:5335:25: error: expected expression before ‘SimpleDescriptor’ PROTOBUF_C_OFFSETOF(SimpleDescriptor, outputclusters), ^ ../zstackpb/zstack.pb-c.c:5377:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_wildcardprofileid), ^ ../zstackpb/zstack.pb-c.c:5378:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, wildcardprofileid), ^ ../zstackpb/zstack.pb-c.c:5389:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_ackrequest), ^ ../zstackpb/zstack.pb-c.c:5390:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, ackrequest), ^ ../zstackpb/zstack.pb-c.c:5401:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_limitconcentrator), ^ ../zstackpb/zstack.pb-c.c:5402:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, limitconcentrator), ^ ../zstackpb/zstack.pb-c.c:5413:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_suppressroutedisc), ^ ../zstackpb/zstack.pb-c.c:5414:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, suppressroutedisc), ^ ../zstackpb/zstack.pb-c.c:5425:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_apssecurity), ^ ../zstackpb/zstack.pb-c.c:5426:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, apssecurity), ^ ../zstackpb/zstack.pb-c.c:5437:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, has_skiprouting), ^ ../zstackpb/zstack.pb-c.c:5438:25: error: expected expression before ‘TransOptions’ PROTOBUF_C_OFFSETOF(TransOptions, skiprouting), ^ ../zstackpb/zstack.pb-c.c:5481:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, pancoord), ^ ../zstackpb/zstack.pb-c.c:5493:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, ffd), ^ ../zstackpb/zstack.pb-c.c:5505:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, mainspower), ^ ../zstackpb/zstack.pb-c.c:5517:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, rxonwhenidle), ^ ../zstackpb/zstack.pb-c.c:5529:25: error: expected expression before ‘CapabilityInfo’ PROTOBUF_C_OFFSETOF(CapabilityInfo, security), ^ ../zstackpb/zstack.pb-c.c:5571:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, primarytrustcenter), ^ ../zstackpb/zstack.pb-c.c:5583:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, backuptrustcenter), ^ ../zstackpb/zstack.pb-c.c:5595:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, primarybindingtablecache), ^ ../zstackpb/zstack.pb-c.c:5607:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, backupbindingtablecache), ^ ../zstackpb/zstack.pb-c.c:5619:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, primarydiscoverycache), ^ ../zstackpb/zstack.pb-c.c:5631:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, backupdiscoverycache), ^ ../zstackpb/zstack.pb-c.c:5643:25: error: expected expression before ‘ServerCapabilities’ PROTOBUF_C_OFFSETOF(ServerCapabilities, networkmanager), ^ ../zstackpb/zstack.pb-c.c:5687:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, srcaddr), ^ ../zstackpb/zstack.pb-c.c:5699:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, srcendpoint), ^ ../zstackpb/zstack.pb-c.c:5711:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, clusterid), ^ ../zstackpb/zstack.pb-c.c:5723:25: error: expected expression before ‘BindRec’ PROTOBUF_C_OFFSETOF(BindRec, dstaddr), ^ ../zstackpb/zstack.pb-c.c:5764:25: error: expected expression before ‘LeaveOptions’ PROTOBUF_C_OFFSETOF(LeaveOptions, rejoin), ^ ../zstackpb/zstack.pb-c.c:5776:25: error: expected expression before ‘LeaveOptions’ PROTOBUF_C_OFFSETOF(LeaveOptions, removechildren), ^ ../zstackpb/zstack.pb-c.c:5815:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, logicaltype), ^ ../zstackpb/zstack.pb-c.c:5827:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, complexdescavail), ^ ../zstackpb/zstack.pb-c.c:5839:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, userdescavail), ^ ../zstackpb/zstack.pb-c.c:5851:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, apsflags), ^ ../zstackpb/zstack.pb-c.c:5863:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, freqband), ^ ../zstackpb/zstack.pb-c.c:5875:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, capinfo), ^ ../zstackpb/zstack.pb-c.c:5887:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, manufacturercode), ^ ../zstackpb/zstack.pb-c.c:5899:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, maxbuffersize), ^ ../zstackpb/zstack.pb-c.c:5911:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, maxintransfersize), ^ ../zstackpb/zstack.pb-c.c:5923:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, servermask), ^ ../zstackpb/zstack.pb-c.c:5935:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, maxouttransfersize), ^ ../zstackpb/zstack.pb-c.c:5947:25: error: expected expression before ‘NodeDescriptor’ PROTOBUF_C_OFFSETOF(NodeDescriptor, desccap), ^ ../zstackpb/zstack.pb-c.c:5996:25: error: expected expression before ‘PowerSource’ PROTOBUF_C_OFFSETOF(PowerSource, mains), ^ ../zstackpb/zstack.pb-c.c:6008:25: error: expected expression before ‘PowerSource’ PROTOBUF_C_OFFSETOF(PowerSource, recharge), ^ ../zstackpb/zstack.pb-c.c:6020:25: error: expected expression before ‘PowerSource’ PROTOBUF_C_OFFSETOF(PowerSource, dispose), ^ ../zstackpb/zstack.pb-c.c:6060:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, powermode), ^ ../zstackpb/zstack.pb-c.c:6072:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, availpowersource), ^ ../zstackpb/zstack.pb-c.c:6084:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, currentpowersource), ^ ../zstackpb/zstack.pb-c.c:6096:25: error: expected expression before ‘PowerDescriptor’ PROTOBUF_C_OFFSETOF(PowerDescriptor, currentpowerlevel), ^ ../zstackpb/zstack.pb-c.c:6137:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:6149:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, logicalchan), ^ ../zstackpb/zstack.pb-c.c:6161:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, stackprofile), ^ ../zstackpb/zstack.pb-c.c:6173:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, version), ^ ../zstackpb/zstack.pb-c.c:6185:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, beaconorder), ^ ../zstackpb/zstack.pb-c.c:6197:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, superframeorder), ^ ../zstackpb/zstack.pb-c.c:6209:25: error: expected expression before ‘NwkDiscItem’ PROTOBUF_C_OFFSETOF(NwkDiscItem, permitjoin), ^ ../zstackpb/zstack.pb-c.c:6253:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:6265:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:6277:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:6289:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, devicetype), ^ ../zstackpb/zstack.pb-c.c:6301:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, rxonwhenidle), ^ ../zstackpb/zstack.pb-c.c:6313:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, relationship), ^ ../zstackpb/zstack.pb-c.c:6325:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, permit), ^ ../zstackpb/zstack.pb-c.c:6337:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, depth), ^ ../zstackpb/zstack.pb-c.c:6349:25: error: expected expression before ‘NeighborLqiItem’ PROTOBUF_C_OFFSETOF(NeighborLqiItem, lqi), ^ ../zstackpb/zstack.pb-c.c:6395:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, dstaddr), ^ ../zstackpb/zstack.pb-c.c:6407:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, nexthop), ^ ../zstackpb/zstack.pb-c.c:6419:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, status), ^ ../zstackpb/zstack.pb-c.c:6431:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, memoryconstrained), ^ ../zstackpb/zstack.pb-c.c:6443:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, manytoone), ^ ../zstackpb/zstack.pb-c.c:6455:25: error: expected expression before ‘RtgItem’ PROTOBUF_C_OFFSETOF(RtgItem, routerecordrequired), ^ ../zstackpb/zstack.pb-c.c:6498:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, srcaddr), ^ ../zstackpb/zstack.pb-c.c:6510:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, srcendpoint), ^ ../zstackpb/zstack.pb-c.c:6522:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, clustedid), ^ ../zstackpb/zstack.pb-c.c:6534:25: error: expected expression before ‘BindItem’ PROTOBUF_C_OFFSETOF(BindItem, dstaddr), ^ ../zstackpb/zstack.pb-c.c:6575:25: error: expected expression before ‘DeviceTypes’ PROTOBUF_C_OFFSETOF(DeviceTypes, coodinator), ^ ../zstackpb/zstack.pb-c.c:6587:25: error: expected expression before ‘DeviceTypes’ PROTOBUF_C_OFFSETOF(DeviceTypes, router), ^ ../zstackpb/zstack.pb-c.c:6599:25: error: expected expression before ‘DeviceTypes’ PROTOBUF_C_OFFSETOF(DeviceTypes, enddevice), ^ ../zstackpb/zstack.pb-c.c:6640:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:6652:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, type), ^ ../zstackpb/zstack.pb-c.c:6664:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, newnwkstate), ^ ../zstackpb/zstack.pb-c.c:6675:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, has_shutdown), ^ ../zstackpb/zstack.pb-c.c:6676:25: error: expected expression before ‘SysResetReq’ PROTOBUF_C_OFFSETOF(SysResetReq, shutdown), ^ ../zstackpb/zstack.pb-c.c:6718:25: error: expected expression before ‘SysVersionReq’ PROTOBUF_C_OFFSETOF(SysVersionReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:6757:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:6769:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:6781:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:6793:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:6805:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, pollrate), ^ ../zstackpb/zstack.pb-c.c:6817:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:6829:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, responsepollrate), ^ ../zstackpb/zstack.pb-c.c:6841:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:6853:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, bindingtime), ^ ../zstackpb/zstack.pb-c.c:6865:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, panid), ^ ../zstackpb/zstack.pb-c.c:6877:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:6889:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:6901:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, apsframeretries), ^ ../zstackpb/zstack.pb-c.c:6913:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, bcastretries), ^ ../zstackpb/zstack.pb-c.c:6925:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:6937:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:6949:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:6961:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, userdesc), ^ ../zstackpb/zstack.pb-c.c:6973:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, preconfigkey), ^ ../zstackpb/zstack.pb-c.c:6985:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, chanlist), ^ ../zstackpb/zstack.pb-c.c:6997:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, multicastradius), ^ ../zstackpb/zstack.pb-c.c:7009:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:7021:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:7033:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, macrxonidle), ^ ../zstackpb/zstack.pb-c.c:7045:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, snifferfeature), ^ ../zstackpb/zstack.pb-c.c:7057:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, concentratorenable), ^ ../zstackpb/zstack.pb-c.c:7069:25: error: expected expression before ‘SysConfigReadReq’ PROTOBUF_C_OFFSETOF(SysConfigReadReq, concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:7134:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:7145:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7146:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7157:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7158:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7169:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7170:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7181:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_pollrate), ^ ../zstackpb/zstack.pb-c.c:7182:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, pollrate), ^ ../zstackpb/zstack.pb-c.c:7193:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7194:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7205:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7206:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7217:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7218:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7229:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_bindingtime), ^ ../zstackpb/zstack.pb-c.c:7230:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, bindingtime), ^ ../zstackpb/zstack.pb-c.c:7241:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_panid), ^ ../zstackpb/zstack.pb-c.c:7242:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, panid), ^ ../zstackpb/zstack.pb-c.c:7253:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7254:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7265:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7266:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7277:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7278:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7289:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_bcastretries), ^ ../zstackpb/zstack.pb-c.c:7290:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, bcastretries), ^ ../zstackpb/zstack.pb-c.c:7301:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:7302:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:7313:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:7314:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:7325:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:7326:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:7337:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_userdesc), ^ ../zstackpb/zstack.pb-c.c:7338:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, userdesc), ^ ../zstackpb/zstack.pb-c.c:7349:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_preconfigkey), ^ ../zstackpb/zstack.pb-c.c:7350:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, preconfigkey), ^ ../zstackpb/zstack.pb-c.c:7361:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_chanlist), ^ ../zstackpb/zstack.pb-c.c:7362:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, chanlist), ^ ../zstackpb/zstack.pb-c.c:7373:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_multicastradius), ^ ../zstackpb/zstack.pb-c.c:7374:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, multicastradius), ^ ../zstackpb/zstack.pb-c.c:7385:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_extendedpanid), ^ ../zstackpb/zstack.pb-c.c:7386:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:7397:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:7398:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:7409:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_macrxonidle), ^ ../zstackpb/zstack.pb-c.c:7410:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, macrxonidle), ^ ../zstackpb/zstack.pb-c.c:7421:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_snifferfeature), ^ ../zstackpb/zstack.pb-c.c:7422:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, snifferfeature), ^ ../zstackpb/zstack.pb-c.c:7433:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_concentratorenable), ^ ../zstackpb/zstack.pb-c.c:7434:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, concentratorenable), ^ ../zstackpb/zstack.pb-c.c:7445:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, has_concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:7446:25: error: expected expression before ‘SysConfigWriteReq’ PROTOBUF_C_OFFSETOF(SysConfigWriteReq, concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:7511:25: error: expected expression before ‘SysSetTxPowerReq’ PROTOBUF_C_OFFSETOF(SysSetTxPowerReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:7523:25: error: expected expression before ‘SysSetTxPowerReq’ PROTOBUF_C_OFFSETOF(SysSetTxPowerReq, requestedtxpower), ^ ../zstackpb/zstack.pb-c.c:7563:25: error: expected expression before ‘SysNwkInfoReadReq’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:7602:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:7614:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, reason), ^ ../zstackpb/zstack.pb-c.c:7626:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, transportrev), ^ ../zstackpb/zstack.pb-c.c:7638:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, product), ^ ../zstackpb/zstack.pb-c.c:7650:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, majorrel), ^ ../zstackpb/zstack.pb-c.c:7662:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, minorrel), ^ ../zstackpb/zstack.pb-c.c:7674:25: error: expected expression before ‘SysResetInd’ PROTOBUF_C_OFFSETOF(SysResetInd, hwrev), ^ ../zstackpb/zstack.pb-c.c:7719:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:7731:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, transportrev), ^ ../zstackpb/zstack.pb-c.c:7743:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, product), ^ ../zstackpb/zstack.pb-c.c:7755:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, majorrel), ^ ../zstackpb/zstack.pb-c.c:7767:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, minorrel), ^ ../zstackpb/zstack.pb-c.c:7779:25: error: expected expression before ‘SysVersionRsp’ PROTOBUF_C_OFFSETOF(SysVersionRsp, maintrel), ^ ../zstackpb/zstack.pb-c.c:7823:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:7834:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7835:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, preconfigkeyenable), ^ ../zstackpb/zstack.pb-c.c:7846:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7847:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, securitymodeenable), ^ ../zstackpb/zstack.pb-c.c:7858:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7859:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, usedefaulttclk), ^ ../zstackpb/zstack.pb-c.c:7870:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_pollrate), ^ ../zstackpb/zstack.pb-c.c:7871:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, pollrate), ^ ../zstackpb/zstack.pb-c.c:7882:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7883:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, queuedpollrate), ^ ../zstackpb/zstack.pb-c.c:7894:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7895:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, responsepollrate), ^ ../zstackpb/zstack.pb-c.c:7906:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7907:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, apsackwaitduration), ^ ../zstackpb/zstack.pb-c.c:7918:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_bindingtime), ^ ../zstackpb/zstack.pb-c.c:7919:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, bindingtime), ^ ../zstackpb/zstack.pb-c.c:7930:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_panid), ^ ../zstackpb/zstack.pb-c.c:7931:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, panid), ^ ../zstackpb/zstack.pb-c.c:7942:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7943:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, pollfailureretries), ^ ../zstackpb/zstack.pb-c.c:7954:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7955:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, indirectmsgtimeout), ^ ../zstackpb/zstack.pb-c.c:7966:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7967:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, apsframeretries), ^ ../zstackpb/zstack.pb-c.c:7978:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_bcastretries), ^ ../zstackpb/zstack.pb-c.c:7979:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, bcastretries), ^ ../zstackpb/zstack.pb-c.c:7990:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:7991:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, passiveacktimeout), ^ ../zstackpb/zstack.pb-c.c:8002:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:8003:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, bcastdeliverytime), ^ ../zstackpb/zstack.pb-c.c:8014:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:8015:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, routeexpirytime), ^ ../zstackpb/zstack.pb-c.c:8026:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_userdesc), ^ ../zstackpb/zstack.pb-c.c:8027:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, userdesc), ^ ../zstackpb/zstack.pb-c.c:8038:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_preconfigkey), ^ ../zstackpb/zstack.pb-c.c:8039:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, preconfigkey), ^ ../zstackpb/zstack.pb-c.c:8050:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_chanlist), ^ ../zstackpb/zstack.pb-c.c:8051:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, chanlist), ^ ../zstackpb/zstack.pb-c.c:8062:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_multicastradius), ^ ../zstackpb/zstack.pb-c.c:8063:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, multicastradius), ^ ../zstackpb/zstack.pb-c.c:8074:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8075:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8086:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:8087:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:8098:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_macrxonidle), ^ ../zstackpb/zstack.pb-c.c:8099:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, macrxonidle), ^ ../zstackpb/zstack.pb-c.c:8110:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_snifferfeature), ^ ../zstackpb/zstack.pb-c.c:8111:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, snifferfeature), ^ ../zstackpb/zstack.pb-c.c:8122:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_concentratorenable), ^ ../zstackpb/zstack.pb-c.c:8123:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, concentratorenable), ^ ../zstackpb/zstack.pb-c.c:8134:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, has_concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:8135:25: error: expected expression before ‘SysConfigReadRsp’ PROTOBUF_C_OFFSETOF(SysConfigReadRsp, concentratordisctime), ^ ../zstackpb/zstack.pb-c.c:8200:25: error: expected expression before ‘SysSetTxPowerRsp’ PROTOBUF_C_OFFSETOF(SysSetTxPowerRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:8212:25: error: expected expression before ‘SysSetTxPowerRsp’ PROTOBUF_C_OFFSETOF(SysSetTxPowerRsp, txpower), ^ ../zstackpb/zstack.pb-c.c:8252:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:8264:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:8276:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:8288:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, devstate), ^ ../zstackpb/zstack.pb-c.c:8300:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, panid), ^ ../zstackpb/zstack.pb-c.c:8312:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8324:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, coordaddr), ^ ../zstackpb/zstack.pb-c.c:8336:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, coordextaddr), ^ ../zstackpb/zstack.pb-c.c:8348:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, devtypes), ^ ../zstackpb/zstack.pb-c.c:8360:25: error: expected expression before ‘SysNwkInfoReadRsp’ PROTOBUF_C_OFFSETOF(SysNwkInfoReadRsp, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:8408:25: error: expected expression before ‘DevStartReq’ PROTOBUF_C_OFFSETOF(DevStartReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8420:25: error: expected expression before ‘DevStartReq’ PROTOBUF_C_OFFSETOF(DevStartReq, startdelay), ^ ../zstackpb/zstack.pb-c.c:8460:25: error: expected expression before ‘DevNwkDiscReq’ PROTOBUF_C_OFFSETOF(DevNwkDiscReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8472:25: error: expected expression before ‘DevNwkDiscReq’ PROTOBUF_C_OFFSETOF(DevNwkDiscReq, scanchannels), ^ ../zstackpb/zstack.pb-c.c:8484:25: error: expected expression before ‘DevNwkDiscReq’ PROTOBUF_C_OFFSETOF(DevNwkDiscReq, scanduration), ^ ../zstackpb/zstack.pb-c.c:8525:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8537:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:8549:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, panid), ^ ../zstackpb/zstack.pb-c.c:8561:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8573:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, chosenparent), ^ ../zstackpb/zstack.pb-c.c:8585:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, parentdepth), ^ ../zstackpb/zstack.pb-c.c:8597:25: error: expected expression before ‘DevJoinReq’ PROTOBUF_C_OFFSETOF(DevJoinReq, stackprofile), ^ ../zstackpb/zstack.pb-c.c:8642:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8654:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, unsecure), ^ ../zstackpb/zstack.pb-c.c:8666:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:8678:25: error: expected expression before ‘DevRejoinReq’ PROTOBUF_C_OFFSETOF(DevRejoinReq, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:8720:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:8731:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_srcrtgindcb), ^ ../zstackpb/zstack.pb-c.c:8732:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, srcrtgindcb), ^ ../zstackpb/zstack.pb-c.c:8743:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_concentratorindcb), ^ ../zstackpb/zstack.pb-c.c:8744:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, concentratorindcb), ^ ../zstackpb/zstack.pb-c.c:8755:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_nwkdisccnfcb), ^ ../zstackpb/zstack.pb-c.c:8756:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, nwkdisccnfcb), ^ ../zstackpb/zstack.pb-c.c:8767:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_beaconnotindcb), ^ ../zstackpb/zstack.pb-c.c:8768:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, beaconnotindcb), ^ ../zstackpb/zstack.pb-c.c:8779:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_joincnfcb), ^ ../zstackpb/zstack.pb-c.c:8780:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, joincnfcb), ^ ../zstackpb/zstack.pb-c.c:8791:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_leavecnfcb), ^ ../zstackpb/zstack.pb-c.c:8792:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, leavecnfcb), ^ ../zstackpb/zstack.pb-c.c:8803:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_leaveindcb), ^ ../zstackpb/zstack.pb-c.c:8804:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, leaveindcb), ^ ../zstackpb/zstack.pb-c.c:8815:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_nwkaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8816:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, nwkaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8827:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_ieeeaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8828:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, ieeeaddrrsp), ^ ../zstackpb/zstack.pb-c.c:8839:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_nodedescrsp), ^ ../zstackpb/zstack.pb-c.c:8840:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, nodedescrsp), ^ ../zstackpb/zstack.pb-c.c:8851:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_powerdescrsp), ^ ../zstackpb/zstack.pb-c.c:8852:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, powerdescrsp), ^ ../zstackpb/zstack.pb-c.c:8863:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_simpledescrsp), ^ ../zstackpb/zstack.pb-c.c:8864:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, simpledescrsp), ^ ../zstackpb/zstack.pb-c.c:8875:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_activeendpointrsp), ^ ../zstackpb/zstack.pb-c.c:8876:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, activeendpointrsp), ^ ../zstackpb/zstack.pb-c.c:8887:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_matchdescrsp), ^ ../zstackpb/zstack.pb-c.c:8888:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, matchdescrsp), ^ ../zstackpb/zstack.pb-c.c:8899:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_complexdescrsp), ^ ../zstackpb/zstack.pb-c.c:8900:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, complexdescrsp), ^ ../zstackpb/zstack.pb-c.c:8911:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_userdescrsp), ^ ../zstackpb/zstack.pb-c.c:8912:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, userdescrsp), ^ ../zstackpb/zstack.pb-c.c:8923:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_discoverycachersp), ^ ../zstackpb/zstack.pb-c.c:8924:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, discoverycachersp), ^ ../zstackpb/zstack.pb-c.c:8935:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_userdesccnf), ^ ../zstackpb/zstack.pb-c.c:8936:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, userdesccnf), ^ ../zstackpb/zstack.pb-c.c:8947:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_serverdiscoveryrsp), ^ ../zstackpb/zstack.pb-c.c:8948:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, serverdiscoveryrsp), ^ ../zstackpb/zstack.pb-c.c:8959:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_enddevicetimeoutrsp), ^ ../zstackpb/zstack.pb-c.c:8960:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, enddevicetimeoutrsp), ^ ../zstackpb/zstack.pb-c.c:8971:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_bindrsp), ^ ../zstackpb/zstack.pb-c.c:8972:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, bindrsp), ^ ../zstackpb/zstack.pb-c.c:8983:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_enddevicebindrsp), ^ ../zstackpb/zstack.pb-c.c:8984:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, enddevicebindrsp), ^ ../zstackpb/zstack.pb-c.c:8995:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_unbindrsp), ^ ../zstackpb/zstack.pb-c.c:8996:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, unbindrsp), ^ ../zstackpb/zstack.pb-c.c:9007:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtnwkdiscrsp), ^ ../zstackpb/zstack.pb-c.c:9008:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtnwkdiscrsp), ^ ../zstackpb/zstack.pb-c.c:9019:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtlqirsp), ^ ../zstackpb/zstack.pb-c.c:9020:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtlqirsp), ^ ../zstackpb/zstack.pb-c.c:9031:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtrtgrsp), ^ ../zstackpb/zstack.pb-c.c:9032:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtrtgrsp), ^ ../zstackpb/zstack.pb-c.c:9043:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtbindrsp), ^ ../zstackpb/zstack.pb-c.c:9044:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtbindrsp), ^ ../zstackpb/zstack.pb-c.c:9055:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtleaversp), ^ ../zstackpb/zstack.pb-c.c:9056:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtleaversp), ^ ../zstackpb/zstack.pb-c.c:9067:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtdirectjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9068:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtdirectjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9079:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtpermitjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9080:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtpermitjoinrsp), ^ ../zstackpb/zstack.pb-c.c:9091:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_mgmtnwkupdatenotify), ^ ../zstackpb/zstack.pb-c.c:9092:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, mgmtnwkupdatenotify), ^ ../zstackpb/zstack.pb-c.c:9103:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_deviceannounce), ^ ../zstackpb/zstack.pb-c.c:9104:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, deviceannounce), ^ ../zstackpb/zstack.pb-c.c:9115:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_devstatechange), ^ ../zstackpb/zstack.pb-c.c:9116:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, devstatechange), ^ ../zstackpb/zstack.pb-c.c:9127:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_devjammerind), ^ ../zstackpb/zstack.pb-c.c:9128:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, devjammerind), ^ ../zstackpb/zstack.pb-c.c:9139:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_tcdeviceind), ^ ../zstackpb/zstack.pb-c.c:9140:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, tcdeviceind), ^ ../zstackpb/zstack.pb-c.c:9151:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, has_devpermitjoinind), ^ ../zstackpb/zstack.pb-c.c:9152:25: error: expected expression before ‘DevZDOCBReq’ PROTOBUF_C_OFFSETOF(DevZDOCBReq, devpermitjoinind), ^ ../zstackpb/zstack.pb-c.c:9227:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9239:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:9250:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, has_mtoroute), ^ ../zstackpb/zstack.pb-c.c:9251:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, mtoroute), ^ ../zstackpb/zstack.pb-c.c:9262:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, has_mtonocache), ^ ../zstackpb/zstack.pb-c.c:9263:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, mtonocache), ^ ../zstackpb/zstack.pb-c.c:9274:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, has_multicast), ^ ../zstackpb/zstack.pb-c.c:9275:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, multicast), ^ ../zstackpb/zstack.pb-c.c:9287:25: error: expected expression before ‘DevNwkRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkRouteReq, radius), ^ ../zstackpb/zstack.pb-c.c:9331:25: error: expected expression before ‘DevNwkCheckRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkCheckRouteReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9343:25: error: expected expression before ‘DevNwkCheckRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkCheckRouteReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:9355:25: error: expected expression before ‘DevNwkCheckRouteReq’ PROTOBUF_C_OFFSETOF(DevNwkCheckRouteReq, mtoroute), ^ ../zstackpb/zstack.pb-c.c:9396:25: error: expected expression before ‘DevJammerInd’ PROTOBUF_C_OFFSETOF(DevJammerInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:9408:25: error: expected expression before ‘DevJammerInd’ PROTOBUF_C_OFFSETOF(DevJammerInd, jammed), ^ ../zstackpb/zstack.pb-c.c:9448:25: error: expected expression before ‘DevPermitJoinInd’ PROTOBUF_C_OFFSETOF(DevPermitJoinInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:9460:25: error: expected expression before ‘DevPermitJoinInd’ PROTOBUF_C_OFFSETOF(DevPermitJoinInd, duration), ^ ../zstackpb/zstack.pb-c.c:9500:25: error: expected expression before ‘ApsRemoveGroup’ PROTOBUF_C_OFFSETOF(ApsRemoveGroup, cmdid), ^ ../zstackpb/zstack.pb-c.c:9512:25: error: expected expression before ‘ApsRemoveGroup’ PROTOBUF_C_OFFSETOF(ApsRemoveGroup, endpoint), ^ ../zstackpb/zstack.pb-c.c:9524:25: error: expected expression before ‘ApsRemoveGroup’ PROTOBUF_C_OFFSETOF(ApsRemoveGroup, groupid), ^ ../zstackpb/zstack.pb-c.c:9565:25: error: expected expression before ‘ApsRemoveAllGroups’ PROTOBUF_C_OFFSETOF(ApsRemoveAllGroups, cmdid), ^ ../zstackpb/zstack.pb-c.c:9577:25: error: expected expression before ‘ApsRemoveAllGroups’ PROTOBUF_C_OFFSETOF(ApsRemoveAllGroups, endpoint), ^ ../zstackpb/zstack.pb-c.c:9617:25: error: expected expression before ‘ApsFindAllGroupsReq’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9629:25: error: expected expression before ‘ApsFindAllGroupsReq’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:9669:25: error: expected expression before ‘ApsFindAllGroupsRsp’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:9680:25: error: expected expression before ‘ApsFindAllGroupsRsp’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsRsp, n_grouplist), ^ ../zstackpb/zstack.pb-c.c:9681:25: error: expected expression before ‘ApsFindAllGroupsRsp’ PROTOBUF_C_OFFSETOF(ApsFindAllGroupsRsp, grouplist), ^ ../zstackpb/zstack.pb-c.c:9721:25: error: expected expression before ‘ApsFindGroupReq’ PROTOBUF_C_OFFSETOF(ApsFindGroupReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9733:25: error: expected expression before ‘ApsFindGroupReq’ PROTOBUF_C_OFFSETOF(ApsFindGroupReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:9745:25: error: expected expression before ‘ApsFindGroupReq’ PROTOBUF_C_OFFSETOF(ApsFindGroupReq, groupid), ^ ../zstackpb/zstack.pb-c.c:9786:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:9797:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, has_groupid), ^ ../zstackpb/zstack.pb-c.c:9798:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, groupid), ^ ../zstackpb/zstack.pb-c.c:9809:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, has_name), ^ ../zstackpb/zstack.pb-c.c:9810:25: error: expected expression before ‘ApsFindGroupRsp’ PROTOBUF_C_OFFSETOF(ApsFindGroupRsp, name), ^ ../zstackpb/zstack.pb-c.c:9851:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, cmdid), ^ ../zstackpb/zstack.pb-c.c:9863:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, endpoint), ^ ../zstackpb/zstack.pb-c.c:9875:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, groupid), ^ ../zstackpb/zstack.pb-c.c:9886:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, has_name), ^ ../zstackpb/zstack.pb-c.c:9887:25: error: expected expression before ‘ApsAddGroup’ PROTOBUF_C_OFFSETOF(ApsAddGroup, name), ^ ../zstackpb/zstack.pb-c.c:9929:25: error: expected expression before ‘ApsCountAllGroups’ PROTOBUF_C_OFFSETOF(ApsCountAllGroups, cmdid), ^ ../zstackpb/zstack.pb-c.c:9968:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:9980:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:9992:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, simpledesc), ^ ../zstackpb/zstack.pb-c.c:10004:25: error: expected expression before ‘AfRegisterReq’ PROTOBUF_C_OFFSETOF(AfRegisterReq, latencyreq), ^ ../zstackpb/zstack.pb-c.c:10046:25: error: expected expression before ‘AfUnRegisterReq’ PROTOBUF_C_OFFSETOF(AfUnRegisterReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10058:25: error: expected expression before ‘AfUnRegisterReq’ PROTOBUF_C_OFFSETOF(AfUnRegisterReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10098:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10110:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:10121:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, n_relaylist), ^ ../zstackpb/zstack.pb-c.c:10122:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, relaylist), ^ ../zstackpb/zstack.pb-c.c:10134:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, srcendpoint), ^ ../zstackpb/zstack.pb-c.c:10146:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, clusterid), ^ ../zstackpb/zstack.pb-c.c:10158:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, transid), ^ ../zstackpb/zstack.pb-c.c:10170:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, options), ^ ../zstackpb/zstack.pb-c.c:10182:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, radius), ^ ../zstackpb/zstack.pb-c.c:10194:25: error: expected expression before ‘AfDataReq’ PROTOBUF_C_OFFSETOF(AfDataReq, payload), ^ ../zstackpb/zstack.pb-c.c:10241:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10253:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, enable), ^ ../zstackpb/zstack.pb-c.c:10264:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, has_channel), ^ ../zstackpb/zstack.pb-c.c:10265:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, channel), ^ ../zstackpb/zstack.pb-c.c:10276:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, has_endpoint), ^ ../zstackpb/zstack.pb-c.c:10277:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10288:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, has_panid), ^ ../zstackpb/zstack.pb-c.c:10289:25: error: expected expression before ‘AfInterPanCtlReq’ PROTOBUF_C_OFFSETOF(AfInterPanCtlReq, panid), ^ ../zstackpb/zstack.pb-c.c:10332:25: error: expected expression before ‘AfConfigGetReq’ PROTOBUF_C_OFFSETOF(AfConfigGetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10344:25: error: expected expression before ‘AfConfigGetReq’ PROTOBUF_C_OFFSETOF(AfConfigGetReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10384:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10396:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:10408:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, framedelay), ^ ../zstackpb/zstack.pb-c.c:10420:25: error: expected expression before ‘AfConfigSetReq’ PROTOBUF_C_OFFSETOF(AfConfigSetReq, windowsize), ^ ../zstackpb/zstack.pb-c.c:10462:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:10474:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, endpoint), ^ ../zstackpb/zstack.pb-c.c:10486:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, framedelay), ^ ../zstackpb/zstack.pb-c.c:10498:25: error: expected expression before ‘AfConfigGetRsp’ PROTOBUF_C_OFFSETOF(AfConfigGetRsp, windowsize), ^ ../zstackpb/zstack.pb-c.c:10540:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:10552:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, status), ^ ../zstackpb/zstack.pb-c.c:10564:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, endpoint), ^ ../zstackpb/zstack.pb-c.c:10576:25: error: expected expression before ‘AfDataConfirmInd’ PROTOBUF_C_OFFSETOF(AfDataConfirmInd, transid), ^ ../zstackpb/zstack.pb-c.c:10618:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:10630:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:10642:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, groupid), ^ ../zstackpb/zstack.pb-c.c:10654:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, clusterid), ^ ../zstackpb/zstack.pb-c.c:10666:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, macdestaddr), ^ ../zstackpb/zstack.pb-c.c:10678:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, endpoint), ^ ../zstackpb/zstack.pb-c.c:10690:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, wasbroadcast), ^ ../zstackpb/zstack.pb-c.c:10702:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, securityuse), ^ ../zstackpb/zstack.pb-c.c:10714:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, linkquality), ^ ../zstackpb/zstack.pb-c.c:10726:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, correlation), ^ ../zstackpb/zstack.pb-c.c:10738:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, rssi), ^ ../zstackpb/zstack.pb-c.c:10750:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, timestamp), ^ ../zstackpb/zstack.pb-c.c:10762:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, nwkseqnum), ^ ../zstackpb/zstack.pb-c.c:10774:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, macsrcaddr), ^ ../zstackpb/zstack.pb-c.c:10786:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, transseqnum), ^ ../zstackpb/zstack.pb-c.c:10798:25: error: expected expression before ‘AfIncomingMsgInd’ PROTOBUF_C_OFFSETOF(AfIncomingMsgInd, payload), ^ ../zstackpb/zstack.pb-c.c:10852:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:10864:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, status), ^ ../zstackpb/zstack.pb-c.c:10876:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, dstaddr), ^ ../zstackpb/zstack.pb-c.c:10888:25: error: expected expression before ‘AfReflectErrorInd’ PROTOBUF_C_OFFSETOF(AfReflectErrorInd, transid), ^ ../zstackpb/zstack.pb-c.c:10930:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:10942:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:10954:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, type), ^ ../zstackpb/zstack.pb-c.c:10966:25: error: expected expression before ‘ZdoNwkAddrReq’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrReq, startindex), ^ ../zstackpb/zstack.pb-c.c:11008:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11020:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:11032:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, type), ^ ../zstackpb/zstack.pb-c.c:11044:25: error: expected expression before ‘ZdoIeeeAddrReq’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrReq, startindex), ^ ../zstackpb/zstack.pb-c.c:11086:25: error: expected expression before ‘ZdoNodeDescReq’ PROTOBUF_C_OFFSETOF(ZdoNodeDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11098:25: error: expected expression before ‘ZdoNodeDescReq’ PROTOBUF_C_OFFSETOF(ZdoNodeDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11110:25: error: expected expression before ‘ZdoNodeDescReq’ PROTOBUF_C_OFFSETOF(ZdoNodeDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11151:25: error: expected expression before ‘ZdoPowerDescReq’ PROTOBUF_C_OFFSETOF(ZdoPowerDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11163:25: error: expected expression before ‘ZdoPowerDescReq’ PROTOBUF_C_OFFSETOF(ZdoPowerDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11175:25: error: expected expression before ‘ZdoPowerDescReq’ PROTOBUF_C_OFFSETOF(ZdoPowerDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11216:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11228:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11240:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11252:25: error: expected expression before ‘ZdoSimpleDescReq’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:11294:25: error: expected expression before ‘ZdoActiveEndpointReq’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11306:25: error: expected expression before ‘ZdoActiveEndpointReq’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11318:25: error: expected expression before ‘ZdoActiveEndpointReq’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11359:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11371:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11383:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11395:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, profileid), ^ ../zstackpb/zstack.pb-c.c:11406:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, n_inputclusters), ^ ../zstackpb/zstack.pb-c.c:11407:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, inputclusters), ^ ../zstackpb/zstack.pb-c.c:11418:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, n_outputclusters), ^ ../zstackpb/zstack.pb-c.c:11419:25: error: expected expression before ‘ZdoMatchDescReq’ PROTOBUF_C_OFFSETOF(ZdoMatchDescReq, outputclusters), ^ ../zstackpb/zstack.pb-c.c:11463:25: error: expected expression before ‘ZdoComplexDescReq’ PROTOBUF_C_OFFSETOF(ZdoComplexDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11475:25: error: expected expression before ‘ZdoComplexDescReq’ PROTOBUF_C_OFFSETOF(ZdoComplexDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11487:25: error: expected expression before ‘ZdoComplexDescReq’ PROTOBUF_C_OFFSETOF(ZdoComplexDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11528:25: error: expected expression before ‘ZdoUserDescReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11540:25: error: expected expression before ‘ZdoUserDescReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11552:25: error: expected expression before ‘ZdoUserDescReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11593:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11605:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:11617:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:11629:25: error: expected expression before ‘ZdoDeviceAnnounceReq’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceReq, capabilities), ^ ../zstackpb/zstack.pb-c.c:11671:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11683:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11695:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:11707:25: error: expected expression before ‘ZdoUserDescSetReq’ PROTOBUF_C_OFFSETOF(ZdoUserDescSetReq, userdescriptor), ^ ../zstackpb/zstack.pb-c.c:11749:25: error: expected expression before ‘ZdoServerDiscReq’ PROTOBUF_C_OFFSETOF(ZdoServerDiscReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11761:25: error: expected expression before ‘ZdoServerDiscReq’ PROTOBUF_C_OFFSETOF(ZdoServerDiscReq, servermask), ^ ../zstackpb/zstack.pb-c.c:11801:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11813:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:11825:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, localcoordinator), ^ ../zstackpb/zstack.pb-c.c:11837:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, ieee), ^ ../zstackpb/zstack.pb-c.c:11849:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, endpoint), ^ ../zstackpb/zstack.pb-c.c:11861:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, profileid), ^ ../zstackpb/zstack.pb-c.c:11872:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, n_inputclusters), ^ ../zstackpb/zstack.pb-c.c:11873:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, inputclusters), ^ ../zstackpb/zstack.pb-c.c:11884:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, n_outputclusters), ^ ../zstackpb/zstack.pb-c.c:11885:25: error: expected expression before ‘ZdoEndDeviceBindReq’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindReq, outputclusters), ^ ../zstackpb/zstack.pb-c.c:11931:25: error: expected expression before ‘ZdoBindReq’ PROTOBUF_C_OFFSETOF(ZdoBindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:11943:25: error: expected expression before ‘ZdoBindReq’ PROTOBUF_C_OFFSETOF(ZdoBindReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:11955:25: error: expected expression before ‘ZdoBindReq’ PROTOBUF_C_OFFSETOF(ZdoBindReq, bindinfo), ^ ../zstackpb/zstack.pb-c.c:11996:25: error: expected expression before ‘ZdoUnbindReq’ PROTOBUF_C_OFFSETOF(ZdoUnbindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12008:25: error: expected expression before ‘ZdoUnbindReq’ PROTOBUF_C_OFFSETOF(ZdoUnbindReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12020:25: error: expected expression before ‘ZdoUnbindReq’ PROTOBUF_C_OFFSETOF(ZdoUnbindReq, bindinfo), ^ ../zstackpb/zstack.pb-c.c:12061:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12073:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12085:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, scanchannels), ^ ../zstackpb/zstack.pb-c.c:12097:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, scanduration), ^ ../zstackpb/zstack.pb-c.c:12109:25: error: expected expression before ‘ZdoMgmtNwkDiscReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12152:25: error: expected expression before ‘ZdoMgmtLqiReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12164:25: error: expected expression before ‘ZdoMgmtLqiReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12176:25: error: expected expression before ‘ZdoMgmtLqiReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12217:25: error: expected expression before ‘ZdoMgmtRtgReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12229:25: error: expected expression before ‘ZdoMgmtRtgReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12241:25: error: expected expression before ‘ZdoMgmtRtgReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12282:25: error: expected expression before ‘ZdoMgmtBindReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12294:25: error: expected expression before ‘ZdoMgmtBindReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12306:25: error: expected expression before ‘ZdoMgmtBindReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindReq, startindex), ^ ../zstackpb/zstack.pb-c.c:12347:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12359:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12371:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, deviceaddress), ^ ../zstackpb/zstack.pb-c.c:12383:25: error: expected expression before ‘ZdoMgmtLeaveReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveReq, options), ^ ../zstackpb/zstack.pb-c.c:12425:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12437:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12449:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, deviceaddress), ^ ../zstackpb/zstack.pb-c.c:12461:25: error: expected expression before ‘ZdoMgmtDirectJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinReq, capinfo), ^ ../zstackpb/zstack.pb-c.c:12503:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12515:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12527:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, duration), ^ ../zstackpb/zstack.pb-c.c:12539:25: error: expected expression before ‘ZdoMgmtPermitJoinReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinReq, tcsignificance), ^ ../zstackpb/zstack.pb-c.c:12581:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:12593:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:12605:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, channelmask), ^ ../zstackpb/zstack.pb-c.c:12617:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, scanduration), ^ ../zstackpb/zstack.pb-c.c:12629:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, scancount), ^ ../zstackpb/zstack.pb-c.c:12641:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, nwkupdateid), ^ ../zstackpb/zstack.pb-c.c:12653:25: error: expected expression before ‘ZdoMgmtNwkUpdateReq’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateReq, nwkmgraddr), ^ ../zstackpb/zstack.pb-c.c:12698:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:12710:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, status), ^ ../zstackpb/zstack.pb-c.c:12722:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:12734:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12746:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:12757:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, n_assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12758:25: error: expected expression before ‘ZdoNwkAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoNwkAddrRspInd, assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12802:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:12814:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, status), ^ ../zstackpb/zstack.pb-c.c:12826:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:12838:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:12850:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:12861:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, n_assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12862:25: error: expected expression before ‘ZdoIeeeAddrRspInd’ PROTOBUF_C_OFFSETOF(ZdoIeeeAddrRspInd, assocdevlist), ^ ../zstackpb/zstack.pb-c.c:12906:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:12918:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:12930:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:12942:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:12954:25: error: expected expression before ‘ZdoNodeDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoNodeDescRspInd, nodedesc), ^ ../zstackpb/zstack.pb-c.c:12997:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13009:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13021:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13033:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13045:25: error: expected expression before ‘ZdoPowerDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoPowerDescRspInd, powerdesc), ^ ../zstackpb/zstack.pb-c.c:13088:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13100:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13112:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13124:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13136:25: error: expected expression before ‘ZdoSimpleDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoSimpleDescRspInd, simpledesc), ^ ../zstackpb/zstack.pb-c.c:13179:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13191:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13203:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13215:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13226:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, n_activeeplist), ^ ../zstackpb/zstack.pb-c.c:13227:25: error: expected expression before ‘ZdoActiveEndpointsRspInd’ PROTOBUF_C_OFFSETOF(ZdoActiveEndpointsRspInd, activeeplist), ^ ../zstackpb/zstack.pb-c.c:13270:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13282:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13294:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13306:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13317:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, n_matchlist), ^ ../zstackpb/zstack.pb-c.c:13318:25: error: expected expression before ‘ZdoMatchDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoMatchDescRspInd, matchlist), ^ ../zstackpb/zstack.pb-c.c:13361:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13373:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13385:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13397:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, nwkaddrofinterest), ^ ../zstackpb/zstack.pb-c.c:13409:25: error: expected expression before ‘ZdoUserDescRspInd’ PROTOBUF_C_OFFSETOF(ZdoUserDescRspInd, desc), ^ ../zstackpb/zstack.pb-c.c:13452:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13464:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13476:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13488:25: error: expected expression before ‘ZdoServerDiscoveryRspInd’ PROTOBUF_C_OFFSETOF(ZdoServerDiscoveryRspInd, servercap), ^ ../zstackpb/zstack.pb-c.c:13530:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13542:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13554:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13566:25: error: expected expression before ‘ZdoEndDeviceTimeoutRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceTimeoutRspInd, timeout), ^ ../zstackpb/zstack.pb-c.c:13608:25: error: expected expression before ‘ZdoBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoBindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13620:25: error: expected expression before ‘ZdoBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoBindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13632:25: error: expected expression before ‘ZdoBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoBindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13673:25: error: expected expression before ‘ZdoEndDeviceBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13685:25: error: expected expression before ‘ZdoEndDeviceBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13697:25: error: expected expression before ‘ZdoEndDeviceBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoEndDeviceBindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13738:25: error: expected expression before ‘ZdoUnbindRspInd’ PROTOBUF_C_OFFSETOF(ZdoUnbindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13750:25: error: expected expression before ‘ZdoUnbindRspInd’ PROTOBUF_C_OFFSETOF(ZdoUnbindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13762:25: error: expected expression before ‘ZdoUnbindRspInd’ PROTOBUF_C_OFFSETOF(ZdoUnbindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13803:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13815:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13827:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, devaddr), ^ ../zstackpb/zstack.pb-c.c:13839:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, devextaddr), ^ ../zstackpb/zstack.pb-c.c:13851:25: error: expected expression before ‘ZdoDeviceAnnounceInd’ PROTOBUF_C_OFFSETOF(ZdoDeviceAnnounceInd, capinfo), ^ ../zstackpb/zstack.pb-c.c:13894:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:13906:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:13918:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, status), ^ ../zstackpb/zstack.pb-c.c:13930:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, networkcount), ^ ../zstackpb/zstack.pb-c.c:13942:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:13953:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, n_netlist), ^ ../zstackpb/zstack.pb-c.c:13954:25: error: expected expression before ‘ZdoMgmtNwkDiscRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkDiscRspInd, netlist), ^ ../zstackpb/zstack.pb-c.c:13998:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14010:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14022:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14034:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, neighborlqientries), ^ ../zstackpb/zstack.pb-c.c:14046:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:14057:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, n_lqilist), ^ ../zstackpb/zstack.pb-c.c:14058:25: error: expected expression before ‘ZdoMgmtLqiRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLqiRspInd, lqilist), ^ ../zstackpb/zstack.pb-c.c:14102:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14114:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14126:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14138:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, rtgentries), ^ ../zstackpb/zstack.pb-c.c:14150:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:14161:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, n_rtglist), ^ ../zstackpb/zstack.pb-c.c:14162:25: error: expected expression before ‘ZdoMgmtRtgRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtRtgRspInd, rtglist), ^ ../zstackpb/zstack.pb-c.c:14206:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14218:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14230:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14242:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, bindentries), ^ ../zstackpb/zstack.pb-c.c:14254:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, startindex), ^ ../zstackpb/zstack.pb-c.c:14265:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, n_bindlist), ^ ../zstackpb/zstack.pb-c.c:14266:25: error: expected expression before ‘ZdoMgmtBindRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtBindRspInd, bindlist), ^ ../zstackpb/zstack.pb-c.c:14310:25: error: expected expression before ‘ZdoMgmtLeaveRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14322:25: error: expected expression before ‘ZdoMgmtLeaveRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14334:25: error: expected expression before ‘ZdoMgmtLeaveRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtLeaveRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14375:25: error: expected expression before ‘ZdoMgmtDirectJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14387:25: error: expected expression before ‘ZdoMgmtDirectJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14399:25: error: expected expression before ‘ZdoMgmtDirectJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtDirectJoinRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14440:25: error: expected expression before ‘ZdoMgmtPermitJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinRspInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14452:25: error: expected expression before ‘ZdoMgmtPermitJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinRspInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14464:25: error: expected expression before ‘ZdoMgmtPermitJoinRspInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtPermitJoinRspInd, status), ^ ../zstackpb/zstack.pb-c.c:14505:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14517:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14529:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, status), ^ ../zstackpb/zstack.pb-c.c:14541:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, scannedchannels), ^ ../zstackpb/zstack.pb-c.c:14553:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, totaltrans), ^ ../zstackpb/zstack.pb-c.c:14565:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, transfails), ^ ../zstackpb/zstack.pb-c.c:14576:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, n_energyvalueslist), ^ ../zstackpb/zstack.pb-c.c:14577:25: error: expected expression before ‘ZdoMgmtNwkUpdateNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoMgmtNwkUpdateNotifyInd, energyvalueslist), ^ ../zstackpb/zstack.pb-c.c:14622:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14634:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:14646:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:14658:25: error: expected expression before ‘ZdoTcDeviceInd’ PROTOBUF_C_OFFSETOF(ZdoTcDeviceInd, parentaddr), ^ ../zstackpb/zstack.pb-c.c:14700:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14712:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:14724:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, relaycnt), ^ ../zstackpb/zstack.pb-c.c:14735:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, n_relay), ^ ../zstackpb/zstack.pb-c.c:14736:25: error: expected expression before ‘ZdoSrcRtgInd’ PROTOBUF_C_OFFSETOF(ZdoSrcRtgInd, relay), ^ ../zstackpb/zstack.pb-c.c:14778:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14790:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:14802:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, pktcost), ^ ../zstackpb/zstack.pb-c.c:14814:25: error: expected expression before ‘ZdoConcentratorInd’ PROTOBUF_C_OFFSETOF(ZdoConcentratorInd, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:14856:25: error: expected expression before ‘ZdoNwkDiscCnf’ PROTOBUF_C_OFFSETOF(ZdoNwkDiscCnf, cmdid), ^ ../zstackpb/zstack.pb-c.c:14868:25: error: expected expression before ‘ZdoNwkDiscCnf’ PROTOBUF_C_OFFSETOF(ZdoNwkDiscCnf, status), ^ ../zstackpb/zstack.pb-c.c:14908:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:14920:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, sourceaddr), ^ ../zstackpb/zstack.pb-c.c:14932:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, panid), ^ ../zstackpb/zstack.pb-c.c:14944:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, logicalchannel), ^ ../zstackpb/zstack.pb-c.c:14956:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, permitjoining), ^ ../zstackpb/zstack.pb-c.c:14968:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, routercapacity), ^ ../zstackpb/zstack.pb-c.c:14980:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, devicecapacity), ^ ../zstackpb/zstack.pb-c.c:14992:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, protocolversion), ^ ../zstackpb/zstack.pb-c.c:15004:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, stackprofile), ^ ../zstackpb/zstack.pb-c.c:15016:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, lqi), ^ ../zstackpb/zstack.pb-c.c:15028:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, depth), ^ ../zstackpb/zstack.pb-c.c:15040:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, updateid), ^ ../zstackpb/zstack.pb-c.c:15052:25: error: expected expression before ‘ZdoBeaconNotifyInd’ PROTOBUF_C_OFFSETOF(ZdoBeaconNotifyInd, extendedpanid), ^ ../zstackpb/zstack.pb-c.c:15103:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, cmdid), ^ ../zstackpb/zstack.pb-c.c:15115:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, status), ^ ../zstackpb/zstack.pb-c.c:15127:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, devaddr), ^ ../zstackpb/zstack.pb-c.c:15139:25: error: expected expression before ‘ZdoJoinCnf’ PROTOBUF_C_OFFSETOF(ZdoJoinCnf, parentaddr), ^ ../zstackpb/zstack.pb-c.c:15181:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, cmdid), ^ ../zstackpb/zstack.pb-c.c:15193:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, dstaddr), ^ ../zstackpb/zstack.pb-c.c:15205:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:15217:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, removechildren), ^ ../zstackpb/zstack.pb-c.c:15229:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, rejoin), ^ ../zstackpb/zstack.pb-c.c:15241:25: error: expected expression before ‘ZdoLeaveCnf’ PROTOBUF_C_OFFSETOF(ZdoLeaveCnf, status), ^ ../zstackpb/zstack.pb-c.c:15285:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:15297:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, srcaddr), ^ ../zstackpb/zstack.pb-c.c:15309:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, extendedaddr), ^ ../zstackpb/zstack.pb-c.c:15321:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, request), ^ ../zstackpb/zstack.pb-c.c:15333:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, removechildren), ^ ../zstackpb/zstack.pb-c.c:15345:25: error: expected expression before ‘ZdoLeaveInd’ PROTOBUF_C_OFFSETOF(ZdoLeaveInd, rejoin), ^ ../zstackpb/zstack.pb-c.c:15389:25: error: expected expression before ‘DevStateChangeInd’ PROTOBUF_C_OFFSETOF(DevStateChangeInd, cmdid), ^ ../zstackpb/zstack.pb-c.c:15401:25: error: expected expression before ‘DevStateChangeInd’ PROTOBUF_C_OFFSETOF(DevStateChangeInd, state), ^ ../zstackpb/zstack.pb-c.c:15441:25: error: expected expression before ‘SecNwkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15453:25: error: expected expression before ‘SecNwkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetReq, activekey), ^ ../zstackpb/zstack.pb-c.c:15493:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15505:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, activekey), ^ ../zstackpb/zstack.pb-c.c:15517:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, seqnum), ^ ../zstackpb/zstack.pb-c.c:15528:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, has_key), ^ ../zstackpb/zstack.pb-c.c:15529:25: error: expected expression before ‘SecNwkKeySetReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySetReq, key), ^ ../zstackpb/zstack.pb-c.c:15571:25: error: expected expression before ‘SecNwkKeyUpdateReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyUpdateReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15583:25: error: expected expression before ‘SecNwkKeyUpdateReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyUpdateReq, seqnum), ^ ../zstackpb/zstack.pb-c.c:15595:25: error: expected expression before ‘SecNwkKeyUpdateReq’ PROTOBUF_C_OFFSETOF(SecNwkKeyUpdateReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:15636:25: error: expected expression before ‘SecNwkKeySwitchReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySwitchReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15648:25: error: expected expression before ‘SecNwkKeySwitchReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySwitchReq, seqnum), ^ ../zstackpb/zstack.pb-c.c:15660:25: error: expected expression before ‘SecNwkKeySwitchReq’ PROTOBUF_C_OFFSETOF(SecNwkKeySwitchReq, dstaddr), ^ ../zstackpb/zstack.pb-c.c:15701:25: error: expected expression before ‘SecApsLinkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15713:25: error: expected expression before ‘SecApsLinkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetReq, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:15725:25: error: expected expression before ‘SecApsLinkKeyGetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:15766:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15778:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:15789:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, has_shortaddr), ^ ../zstackpb/zstack.pb-c.c:15790:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, shortaddr), ^ ../zstackpb/zstack.pb-c.c:15802:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:15814:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, key), ^ ../zstackpb/zstack.pb-c.c:15825:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, has_txfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15826:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, txfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15837:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, has_rxfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15838:25: error: expected expression before ‘SecApsLinkKeySetReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeySetReq, rxfrmcntr), ^ ../zstackpb/zstack.pb-c.c:15883:25: error: expected expression before ‘SecApsLinkKeyRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyRemoveReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15895:25: error: expected expression before ‘SecApsLinkKeyRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyRemoveReq, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:15907:25: error: expected expression before ‘SecApsLinkKeyRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyRemoveReq, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:15948:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, cmdid), ^ ../zstackpb/zstack.pb-c.c:15960:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, parentaddr), ^ ../zstackpb/zstack.pb-c.c:15972:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, nwkaddr), ^ ../zstackpb/zstack.pb-c.c:15984:25: error: expected expression before ‘SecApsRemoveReq’ PROTOBUF_C_OFFSETOF(SecApsRemoveReq, extaddr), ^ ../zstackpb/zstack.pb-c.c:16026:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:16038:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, status), ^ ../zstackpb/zstack.pb-c.c:16050:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, activekey), ^ ../zstackpb/zstack.pb-c.c:16062:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, seqnum), ^ ../zstackpb/zstack.pb-c.c:16074:25: error: expected expression before ‘SecNwkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecNwkKeyGetRsp, key), ^ ../zstackpb/zstack.pb-c.c:16117:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:16129:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, status), ^ ../zstackpb/zstack.pb-c.c:16141:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, tclinkkey), ^ ../zstackpb/zstack.pb-c.c:16153:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, ieeeaddr), ^ ../zstackpb/zstack.pb-c.c:16165:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, key), ^ ../zstackpb/zstack.pb-c.c:16177:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, txfrmcntr), ^ ../zstackpb/zstack.pb-c.c:16189:25: error: expected expression before ‘SecApsLinkKeyGetRsp’ PROTOBUF_C_OFFSETOF(SecApsLinkKeyGetRsp, rxfrmcntr), ^ ../zstackpb/zstack.pb-c.c:16233:25: error: expected expression before ‘ZstackDefaultRsp’ PROTOBUF_C_OFFSETOF(ZstackDefaultRsp, cmdid), ^ ../zstackpb/zstack.pb-c.c:16245:25: error: expected expression before ‘ZstackDefaultRsp’ PROTOBUF_C_OFFSETOF(ZstackDefaultRsp, status), ^ ../zstackpb/zstack.pb-c.c:16289:3: error: ‘PROTOBUF_C_ENUM_DESCRIPTOR_MAGIC’ undeclared here (not in a function) PROTOBUF_C_ENUM_DESCRIPTOR_MAGIC, ^ ../zstackpb/zstack.pb-c.c: In function ‘afaddr__unpack’: ../zstackpb/zstack.pb-c.c:44:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Makefile:176: recipe for target 'out/zstack.pb-c.o' failed make[1]: *** [out/zstack.pb-c.o] Error 1 make[1]: Leaving directory '/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/otaserver' Makefile:111: recipe for target 'arch-all-x86' failed make: *** [arch-all-x86] Error 2 Cleaning up main.o polling.o timer_utils.o socket_interface.o tcp_client.o user_interface.o data_structures.o network_info_engine.o device_list_engine.o sensor_engine.o state_reflector.o attribute_engine.o actions_engine.o commissioning_engine.o system_engine.o ota_engine.o nwkmgr.pb-c.o gateway.pb-c.o otasrvr.pb-c.o group_scene_engine.o macros.o ./out/* /bin/rm -f main.bin main.o polling.o timer_utils.o socket_interface.o tcp_client.o user_interface.o data_structures.o network_info_engine.o device_list_engine.o sensor_engine.o state_reflector.o attribute_engine.o actions_engine.o commissioning_engine.o system_engine.o ota_engine.o nwkmgr.pb-c.o gateway.pb-c.o otasrvr.pb-c.o group_scene_engine.o macros.o ./out/* rm -f project_file_list.txt VPATH is .:./../framework:./../engines:./../../nwkmgr:./../../hagateway:./../../otaserver ******************************************************** Check existance of output folder if test ! -d ./out; then mkdir ./out; fi Compiling main.c into main.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver main.c -o main.o Compiling ./../framework/polling.c into polling.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../framework/polling.c -o polling.o Compiling ./../framework/timer_utils.c into timer_utils.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../framework/timer_utils.c -o timer_utils.o Compiling ./../framework/socket_interface.c into socket_interface.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../framework/socket_interface.c -o socket_interface.o Compiling ./../framework/tcp_client.c into tcp_client.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../framework/tcp_client.c -o tcp_client.o Compiling ./../framework/user_interface.c into user_interface.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../framework/user_interface.c -o user_interface.o Compiling ./../framework/data_structures.c into data_structures.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../framework/data_structures.c -o data_structures.o Compiling ./../engines/network_info_engine.c into network_info_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/network_info_engine.c -o network_info_engine.o Compiling ./../engines/device_list_engine.c into device_list_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/device_list_engine.c -o device_list_engine.o Compiling ./../engines/sensor_engine.c into sensor_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/sensor_engine.c -o sensor_engine.o Compiling ./../engines/state_reflector.c into state_reflector.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/state_reflector.c -o state_reflector.o Compiling ./../engines/attribute_engine.c into attribute_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/attribute_engine.c -o attribute_engine.o Compiling ./../engines/actions_engine.c into actions_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/actions_engine.c -o actions_engine.o Compiling ./../engines/commissioning_engine.c into commissioning_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/commissioning_engine.c -o commissioning_engine.o Compiling ./../engines/system_engine.c into system_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/system_engine.c -o system_engine.o Compiling ./../engines/ota_engine.c into ota_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/ota_engine.c -o ota_engine.o Compiling ./../../nwkmgr/nwkmgr.pb-c.c into nwkmgr.pb-c.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../../nwkmgr/nwkmgr.pb-c.c -o nwkmgr.pb-c.o Compiling ./../../hagateway/gateway.pb-c.c into gateway.pb-c.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../../hagateway/gateway.pb-c.c -o gateway.pb-c.o Compiling ./../../otaserver/otasrvr.pb-c.c into otasrvr.pb-c.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../../otaserver/otasrvr.pb-c.c -o otasrvr.pb-c.o Compiling ./../engines/group_scene_engine.c into group_scene_engine.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../engines/group_scene_engine.c -o group_scene_engine.o Compiling ./../framework/macros.c into macros.o gcc -c -Wall -g -std=gnu99 -I. -I../engines -I../framework -I/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source -I../../nwkmgr -I../../hagateway -I../../otaserver ./../framework/macros.c -o macros.o Building main.bin... gcc -rdynamic -o main.bin main.o polling.o timer_utils.o socket_interface.o tcp_client.o user_interface.o data_structures.o network_info_engine.o device_list_engine.o sensor_engine.o state_reflector.o attribute_engine.o actions_engine.o commissioning_engine.o system_engine.o ota_engine.o nwkmgr.pb-c.o gateway.pb-c.o otasrvr.pb-c.o group_scene_engine.o macros.o -L/home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/protobuf-c-arm/lib -lprotobuf-c /usr/bin/ld: skipping incompatible /home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/protobuf-c-arm/lib/libprotobuf-c.so when searching for -lprotobuf-c /usr/bin/ld: skipping incompatible /home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/protobuf-c-arm/lib/libprotobuf-c.a when searching for -lprotobuf-c mv main.o polling.o timer_utils.o socket_interface.o tcp_client.o user_interface.o data_structures.o network_info_engine.o device_list_engine.o sensor_engine.o state_reflector.o attribute_engine.o actions_engine.o commissioning_engine.o system_engine.o ota_engine.o nwkmgr.pb-c.o gateway.pb-c.o otasrvr.pb-c.o group_scene_engine.o macros.o ./out rm -rf *.o sbl_tool.bin gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_SPI -c -o main.o ../Source/main.c gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_SPI -c -o zbSocCmd.o ../Source/zbSocCmd.c gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_SPI -c -o zbSocTransportUart.o ../Source/zbSocTransportUart.c gcc -Wall -DVERSION_NUMBER="0.1" main.o zbSocCmd.o zbSocTransportUart.o -L/home/neses/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/lib/../usr/lib/ -o sbl_tool.bin rm -rf *.o gw_soc_fw_version_query.bin gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_SPI -c -o main.o ../Source/main.c gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_SPI -c -o zbSocCmd.o ../Source/zbSocCmd.c gcc -Wall -DVERSION_NUMBER="0.1" -D_GNU_SOURCE -DxHAL_UART_SPI -c -o zbSocTransportUart.o ../Source/zbSocTransportUart.c gcc -Wall -DVERSION_NUMBER="0.1" main.o zbSocCmd.o zbSocTransportUart.o -L/home/neses/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/lib/../usr/lib/ -o gw_soc_fw_version_query.bin Cleaning up ../source/bbb_usbreset.o ./out/* /bin/rm -f bbb_usbreset.bin ../source/bbb_usbreset.o ./out/* VPATH is . ******************************************************** Check existance of output folder if test ! -d ./out; then mkdir ./out; fi Compiling ../source/bbb_usbreset.c into ../source/bbb_usbreset.o gcc -c -Wall -g -std=gnu99 -I. ../source/bbb_usbreset.c -o ../source/bbb_usbreset.o Building bbb_usbreset.bin... gcc -o bbb_usbreset.bin ../source/bbb_usbreset.o mv ../source/bbb_usbreset.o ./out BUILDING zigbeeHAgw script================================================ Package verification results: ERROR: 1652 error(s) occured during make ERROR: 14 warning(s) occured during make diff /home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/out/content.txt /home/neses/Z-Stack_Linux_Gateway-1.0.1-src/Source/Projects/zstack/linux/scripts/package_builder_expected_content_RUNTIME_x86.txt ERROR: Content verification failed ERROR: RUNTIME package for x86 creation failed. See details above. Output folder/tar name prefixed with "ERROR_."