From 06e1778a291a97f55827ae4b68b68fc20d355fe0 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Tue, 6 Oct 2009 17:13:54 +0000 Subject: *interface/sniffer, cp: (See #587). * Embedded sniffed MMEs in a VS_SNIFFER.IND MME. If the sniffed MME is too long only the available space in the sniffed MME will be used (some data can miss). * Moved the CP_MME_PAYLOAD_MAX_SIZE... to HPAV_MME_PAYLOAD_MAX_SIZE... from cp/defs.h file to common/homplugAV.h file. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5965 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/cp/defs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cesar/cp/defs.h') diff --git a/cesar/cp/defs.h b/cesar/cp/defs.h index 0511876472..8a3951c3b0 100644 --- a/cesar/cp/defs.h +++ b/cesar/cp/defs.h @@ -94,10 +94,6 @@ #define CP_NID_SIZE 7 #define CP_NID_SIZE_BITS 54 -/** Max payload size in bytes. */ -#define CP_MME_PAYLOAD_MAX_SIZE_WITH_VLAN 1495 -#define CP_MME_PAYLOAD_MAX_SIZE 1499 - /** Specific allocation time in ATU. Calulated from their size in byte and their * transmission in ROBO modulation*/ -- cgit v1.2.3