From 8a5ad52918ac9f26aecd6bc616940ee7be648c9a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 9 Jul 2014 18:52:23 +0200 Subject: Remove DabMux.cpp.patch --- src/DabMux.cpp.patch | 58 ---------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 src/DabMux.cpp.patch diff --git a/src/DabMux.cpp.patch b/src/DabMux.cpp.patch deleted file mode 100644 index a6057c9..0000000 --- a/src/DabMux.cpp.patch +++ /dev/null @@ -1,58 +0,0 @@ -+++ DabMux.cpp 2014-02-27 17:56:41.108646157 +0100 ---- DabMux.cpp.orig 2014-02-27 17:56:01.080447673 +0100 -@@ -616,8 +616,6 @@ - typeHigh = type >> 3; - typeLow = type & 0x1f; - } -+ //CSP - SERGIO -+ uint32_t xpad; - } PACKED; - - -@@ -2060,14 +2058,12 @@ - returnCode = -1; - goto EXIT; - } -+ /* CSP - SERGIO - if (!(*component)->isPacketComponent(ensemble->subchannels)) { - etiLog.printHeader(TcpLog::ERR, "application type\n"); - printUsage(progName); - returnCode = -1; - goto EXIT; - } -+ */ - (*component)->packet.appType = strtoul(optarg, NULL, 0); - break; - case 'g': -@@ -3210,7 +3206,7 @@ - goto EXIT; - } - -+ // CSP - SERGIO if ((*subchannel)->type != 3) continue; -- if ((*subchannel)->type != 3) continue; - - if ((*component)->packet.appType != 0xffff) { - if (fig0 == NULL) { -@@ -3236,18 +3232,10 @@ - - FIG0_13_app* app = (FIG0_13_app*)&etiFrame[index]; - app->setType((*component)->packet.appType); -+ // CSP - SERGIO app->length = 0; -+ app->length = 4; -+ app->xpad = 0x0cbc0000; -+ -+ -+ //index += 2; -+ //figSize += 2; -+ //fig0->Length += 2; -+ -+ index += 6; -+ figSize += 6; -+ fig0->Length += 6; -- app->length = 0; -- index += 2; -- figSize += 2; -- fig0->Length += 2; - - if (figSize > 30) { - etiLog.printHeader(TcpLog::ERR, -- cgit v1.2.3