From 11b1d9f6dbbccf90ff11c8b39efc922a65b01413 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 31 Aug 2021 15:12:39 +0200 Subject: [PATCH] binaries in --- .../bin/ctbDetectorServer_developer | Bin 274808 -> 274808 bytes .../bin/gotthardDetectorServer_developer | Bin 225724 -> 225724 bytes .../bin/jungfrauDetectorServer_developer | Bin 259128 -> 259128 bytes .../slsDetectorFunctionList.c | 10 +++++----- .../bin/moenchDetectorServer_developer | Bin 263296 -> 263296 bytes slsSupportLib/include/sls/versionAPI.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/slsDetectorServers/ctbDetectorServer/bin/ctbDetectorServer_developer b/slsDetectorServers/ctbDetectorServer/bin/ctbDetectorServer_developer index 43ec13bce6ad9f5de26fb3816bf57b3a7a943d35..abfb7f9fa52216110bd8128c5ccba3f01d4b64eb 100755 GIT binary patch delta 33 pcmezINZ`jKfeD(-dRlJN6;qid8eLjl7+YPKT3wj8y0DlS0sz}h3hw{_ delta 33 pcmezINZ`jKfeD(-y1(~KS4?G=Xmn|HVQh6_YIR}W>cV1T2mtsX3^f1% diff --git a/slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServer_developer b/slsDetectorServers/gotthardDetectorServer/bin/gotthardDetectorServer_developer index 41014b22c66f9ba2d38ffdfd1ca2e77107e1f2fc..d6317975147498313dfbf4bd2af2adb6122ea455 100755 GIT binary patch delta 30 mcmdnVq7VSf$_u^# diff --git a/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServer_developer b/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServer_developer index ce6c10c8b4a9ce970e0f400b2cf29939e88f7b79..dbab9087f3e6df3b72de63331ebc7eda1ffde7fe 100755 GIT binary patch delta 77 zcmdn-f`7*g{t24QdRh(BHyScaY;>7pz|_If{K%mFkpbiOM+QvE^&D0T1{JC~6!Z@u>)5^th61> diff --git a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c index 9325cfa7b..75d5117fe 100644 --- a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c @@ -1419,8 +1419,8 @@ void setupHeader(int iRxEntry, enum interfaceType type, uint32_t destip, // total length is redefined in firmware calcChecksum(udp); - if (iRxEntry <= numUdpDestinations) { - LOG(logINFO, ("\tIP checksum is 0x%lx\n", udp->ip_checksum)); + if (iRxEntry < numUdpDestinations) { + LOG(logINFO, ("\tIP checksum : 0x%lx\n\n", udp->ip_checksum)); } } @@ -1465,7 +1465,7 @@ int configureMAC() { LOG(logINFO, ("\tInterface : %d %s\n\n", selInterface, (selInterface ? "Inner" : "Outer"))); - LOG(logINFO, ("Number of entries: %d\n", numUdpDestinations)); + LOG(logINFO, ("Number of entries: %d\n\n", numUdpDestinations)); for (int iRxEntry = 0; iRxEntry != MAX_UDP_DESTINATION; ++iRxEntry) { uint32_t srcip = udpDetails[iRxEntry].srcip; uint32_t srcip2 = udpDetails[iRxEntry].srcip2; @@ -1504,7 +1504,7 @@ int configureMAC() { "\tSource Port : %d\n" "\tDest IP : %s\n" "\tDest MAC : %s\n" - "\tDest Port : %d\n", + "\tDest Port : %d\n\n", src_ip, src_mac, srcport, dst_ip, dst_mac, dstport)); LOG(logINFO, ("\tInner %s\n", (numInterfaces == 2) @@ -1515,7 +1515,7 @@ int configureMAC() { "\tSource Port2: %d\n" "\tDest IP2 : %s\n" "\tDest MAC2 : %s\n" - "\tDest Port2 : %d\n", + "\tDest Port2 : %d\n\n", src_ip2, src_mac2, srcport2, dst_ip2, dst_mac2, dstport2)); } #ifdef VIRTUAL diff --git a/slsDetectorServers/moenchDetectorServer/bin/moenchDetectorServer_developer b/slsDetectorServers/moenchDetectorServer/bin/moenchDetectorServer_developer index 6dd538f38c981e1f5072f40b2e905514982e8258..9de57247378f3c635d1a24d6f4a4117890c505a5 100755 GIT binary patch delta 33 ocmZqZ6lmxan4rn5r{y*Mp&heCqf4s`W2*~Os|)j17Zw{90JP=_#Q*>R delta 33 ocmZqZ6lmxan4rn5`}^SZhjz>ojV`S&jIAzAtuD-4U07^b0MXA23;+NC diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index d4f08d7ce..79298b9ac 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -10,6 +10,6 @@ #define APICTB 0x210831 #define APIGOTTHARD 0x210831 #define APIGOTTHARD2 0x210831 -#define APIJUNGFRAU 0x210831 #define APIMYTHEN3 0x210831 #define APIMOENCH 0x210831 +#define APIJUNGFRAU 0x210831