From 75c404b8810263ee1eb57a76994d73972da3bea0 Mon Sep 17 00:00:00 2001 From: Marco Miozzo Date: Mon, 5 Mar 2012 11:48:15 +0100 Subject: [PATCH] Add Acknowldegments to LteMiErrorModel --- src/lte/model/lte-mi-error-model.cc | 49 +++++++++++++++++------------ src/lte/model/lte-mi-error-model.h | 18 ++++++++--- 2 files changed, 42 insertions(+), 25 deletions(-) diff --git a/src/lte/model/lte-mi-error-model.cc b/src/lte/model/lte-mi-error-model.cc index 80925e857..041b314b9 100644 --- a/src/lte/model/lte-mi-error-model.cc +++ b/src/lte/model/lte-mi-error-model.cc @@ -1,25 +1,34 @@ /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* - * Copyright (c) 2011 SIGNET LAB. Department of Information Engineering (DEI), University of Padua - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation; - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Original Authors: Marco Mezzavilla - * Giovanni Tomasi - * - * Integration in LENA done by: Marco Miozzo - */ +* Copyright (c) 2011 SIGNET LAB. Department of Information Engineering (DEI), University of Padua +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License version 2 as +* published by the Free Software Foundation; +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +* +* +* Original Work Authors: +* Marco Mezzavilla +* Giovanni Tomasi +* Original Work Acknowldegments: +* This work was supported by the MEDIEVAL (MultiMEDia transport +* for mobIlE Video AppLications) project, which is a +* medium-scale focused research project (STREP) of the 7th +* Framework Programme (FP7) +* +* Subsequent integration in LENA and extension done by: +* Marco Miozzo +*/ + #include #include diff --git a/src/lte/model/lte-mi-error-model.h b/src/lte/model/lte-mi-error-model.h index 55950bbbd..7d49df1f6 100644 --- a/src/lte/model/lte-mi-error-model.h +++ b/src/lte/model/lte-mi-error-model.h @@ -15,11 +15,19 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Original Authors: Marco Mezzavilla - * Giovanni Tomasi - * Integration in LENA and extension done by: - * Marco Miozzo - */ + * + * Original Work Authors: + * Marco Mezzavilla + * Giovanni Tomasi + * Original Work Acknowldegments: + * This work was supported by the MEDIEVAL (MultiMEDia transport + * for mobIlE Video AppLications) project, which is a + * medium-scale focused research project (STREP) of the 7th + * Framework Programme (FP7) + * + * Subsequent integration in LENA and extension done by: + * Marco Miozzo + */ #ifndef LTE_MI_ERROR_MODEL_H #define LTE_MI_ERROR_MODEL_H