#include <omnetpp.h>
#include <vector>
#include "EFCP_defs.h"
#include "CDAPMessage_m.h"
#include "SDU_m.h"
Go to the source code of this file.
#define SDU_L_COMP_SDU 0x00 /* It may express ZERO or more complete SDUs*/ |
Definition at line 41 of file SDU.h.
#define SDU_L_LAST_FRAG_SDU 0x02 |
Definition at line 43 of file SDU.h.
#define SDU_L_LAST_SDU_FIRST_FRAG 0x03 /* Last fragment, ZERO or more SDUs followed by first fragment */ |
Definition at line 44 of file SDU.h.
#define SDU_L_SDU_FIRST_FRAG 0x01 |
Definition at line 42 of file SDU.h.
#define SDU_NO_L_FIRST_FRAG 0x01 |
Definition at line 37 of file SDU.h.
#define SDU_NO_L_LAST_FRAG 0x02 |
Definition at line 38 of file SDU.h.
#define SDU_NO_L_MID_FRAG 0x00 |
Definition at line 36 of file SDU.h.
#define SDU_NO_L_ONE_SDU 0x03 |
Definition at line 39 of file SDU.h.
#define SDU_NO_LENGTH 0x04 |
Definition at line 35 of file SDU.h.
#define SDU_SEQ_NUM_PRESENT 0x08 |
Definition at line 46 of file SDU.h.