summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-09 18:52:23 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-09 18:52:23 +0200
commit8a5ad52918ac9f26aecd6bc616940ee7be648c9a (patch)
tree502cd70f347b0dd9d5d7a49ac0bb78015092c500
parentc597138916847f86eea758de748206b4bcac9a4b (diff)
downloaddabmux-8a5ad52918ac9f26aecd6bc616940ee7be648c9a.tar.gz
dabmux-8a5ad52918ac9f26aecd6bc616940ee7be648c9a.tar.bz2
dabmux-8a5ad52918ac9f26aecd6bc616940ee7be648c9a.zip
Remove DabMux.cpp.patch
-rw-r--r--src/DabMux.cpp.patch58
1 files changed, 0 insertions, 58 deletions
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,