Commit 296e204d authored by Lionel Gauthier's avatar Lionel Gauthier

GPLv3 in source code

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5553 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 26495e6a
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
/*! \file pdcp.c /*! \file pdcp.c
* \brief pdcp interface with RLC, RRC * \brief pdcp interface with RLC, RRC
......
/*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
OpenAirInterface is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenAirInterface 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 OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*************************************************************************** /***************************************************************************
pdcp_control_primitives.c pdcp_control_primitives.c
------------------- -------------------
begin : Mon Dec 10 2001 begin : Mon Dec 10 2001
copyright : (C) 2001 by EURECOM
email : Lionel.Gauthier@eurecom.fr email : Lionel.Gauthier@eurecom.fr
------------------- -------------------
description description
......
/*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
OpenAirInterface is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenAirInterface 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 OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*************************************************************************** /***************************************************************************
pdcp_control_primitives_proto_extern.h pdcp_control_primitives_proto_extern.h
------------------- -------------------
begin : Mon Dec 10 2001 begin : Mon Dec 10 2001
copyright : (C) 2001 by EURECOM
email : Lionel.Gauthier@eurecom.fr email : Lionel.Gauthier@eurecom.fr
------------------- -------------------
description description
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc., You should have received a copy of the GNU General Public License
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
The full GNU General Public License is included in this distribution in see <http://www.gnu.org/licenses/>.
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2013 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
/*! \file pdcp_primitives.c /*! \file pdcp_primitives.c
* \brief PDCP PDU buffer dissector code * \brief PDCP PDU buffer dissector code
......
/*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
OpenAirInterface is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenAirInterface 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 OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/* /*
pdcp_primitives.h pdcp_primitives.h
------------------- -------------------
......
/*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
OpenAirInterface is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenAirInterface 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 OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/* /*
pdcp_proto_extern.h pdcp_proto_extern.h
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2013 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
/*! \file pdcp_security.c /*! \file pdcp_security.c
* \brief PDCP Security Methods * \brief PDCP Security Methods
* \author ROUX Sebastie and Navid Nikaein * \author ROUX Sebastie and Navid Nikaein
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
/*! \file pdcp_sequence_manager.c /*! \file pdcp_sequence_manager.c
* \brief PDCP Sequence Numbering Methods * \brief PDCP Sequence Numbering Methods
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
/*! \file pdcp_sequence_manager.h /*! \file pdcp_sequence_manager.h
* \brief PDCP Sequence Numbering Methods * \brief PDCP Sequence Numbering Methods
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
/*! \file pdcp_util.c /*! \file pdcp_util.c
* \brief PDCP Util Methods * \brief PDCP Util Methods
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2011 Eurecom it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT OpenAirInterface is distributed in the hope that it will be useful,
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or but WITHOUT ANY WARRANTY; without even the implied warranty of
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with You should have received a copy of the GNU General Public License
this program; if not, write to the Free Software Foundation, Inc., along with OpenAirInterface.The full GNU General Public License is
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
The full GNU General Public License is included in this distribution in
the file called "COPYING".
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, 2229, route des crêtes, 06560 Valbonne Sophia Antipolis, France
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
/*! \file pdcp_util.h /*! \file pdcp_util.h
* \brief PDCP Util Methods * \brief PDCP Util Methods
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am.c - rlc_am.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_constant.h - rlc_am_constant.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_control_primitives.c - rlc_am_control_primitives.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_control_primitives_proto_extern.h - rlc_am_control_primitives_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_demux.c - rlc_am_demux.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_demux_proto_extern.h - rlc_am_demux_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_discard_notif.c - rlc_am_discard_notif.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_discard_notif_proto_extern.h - rlc_am_discard_notif_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_discard_rx.c - rlc_am_discard_rx.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_discard_rx_proto_extern.h - rlc_am_discard_rx_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_discard_tx.c - rlc_am_discard_tx.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_discard_tx_proto_extern.h - rlc_am_discard_tx_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_entity.h - rlc_am_entity.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
# ifndef __RLC_AM_ERRNO_H__ # ifndef __RLC_AM_ERRNO_H__
# define __RLC_AM_ERRNO_H__ # define __RLC_AM_ERRNO_H__
# endif # endif
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_fsm.c - rlc_am_fsm.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_fsm_proto_extern.h - rlc_am_fsm_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_mac_status.c - rlc_am_mac_status.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_mac_status_proto_extern.h - rlc_am_mac_status_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_mux.c - rlc_am_mux.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_mux_proto_extern.h - rlc_am_mux_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_proto_extern.h - rlc_am_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_reassembly.c - rlc_am_reassembly.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_reassembly_proto_extern.h - rlc_am_reassembly_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_receiver.c - rlc_am_receiver.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_receiver_proto_extern.h - rlc_am_receiver_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_reset.c - rlc_am_reset.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_reset_proto_extern.h - rlc_am_reset_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_retrans.c - rlc_am_retrans.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_retrans_proto_extern.h - rlc_am_retrans_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_segment.c - rlc_am_segment.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_segment_proto_extern.h - rlc_am_segment_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_status.c - rlc_am_status.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_status_proto_extern.h - rlc_am_status_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_structs.h - rlc_am_structs.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_timers.c - rlc_am_timers.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_timers_proto_extern.h - rlc_am_timers_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_discard_rx.c - rlc_am_discard_rx.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_util_proto_extern.h - rlc_am_util_proto_extern.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_entity.h - rlc_am_entity.h -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_C #define RLC_AM_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am.h /*! \file rlc_am.h
* \brief This file, and only this file must be included by code that interact with RLC AM layer. * \brief This file, and only this file must be included by code that interact with RLC AM layer.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_constants.h /*! \file rlc_am_constants.h
* \brief This file defines constant values used in RLC AM. * \brief This file defines constant values used in RLC AM.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_entity.h /*! \file rlc_am_entity.h
* \brief This file defines the RLC AM variables stored in a struct called rlc_am_entity_t. * \brief This file defines the RLC AM variables stored in a struct called rlc_am_entity_t.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rlc_am_in_sdu.c - rlc_am_in_sdu.c -
------------------- -------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_in_sdu.h /*! \file rlc_am_in_sdu.h
* \brief This file defines the prototypes of the utility functions manipulating the incoming SDU buffer. * \brief This file defines the prototypes of the utility functions manipulating the incoming SDU buffer.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_INIT_C #define RLC_AM_INIT_C
#ifdef USER_MODE #ifdef USER_MODE
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_init.h /*! \file rlc_am_init.h
* \brief This file defines the prototypes of the functions initializing a RLC AM protocol instance. * \brief This file defines the prototypes of the functions initializing a RLC AM protocol instance.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
OpenAirInterface is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpenAirInterface 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 OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_REASSEMBLY_C #define RLC_AM_REASSEMBLY_C
#include "platform_types.h" #include "platform_types.h"
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_reassembly.h /*! \file rlc_am_reassembly.h
* \brief This file defines the prototypes of the functions dealing with the reassembly of segments. * \brief This file defines the prototypes of the functions dealing with the reassembly of segments.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_RECEIVER_C #define RLC_AM_RECEIVER_C
//#include "rtos_header.h" //#include "rtos_header.h"
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_receiver.h /*! \file rlc_am_receiver.h
* \brief This file defines the prototypes of the functions dealing with the first stage of the receiving process. * \brief This file defines the prototypes of the functions dealing with the first stage of the receiving process.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_RETRANSMIT_C #define RLC_AM_RETRANSMIT_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_retransmit.h /*! \file rlc_am_retransmit.h
* \brief This file defines the prototypes of the functions dealing with the retransmission. * \brief This file defines the prototypes of the functions dealing with the retransmission.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_RX_LIST_C #define RLC_AM_RX_LIST_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_rx_list.h /*! \file rlc_am_rx_list.h
* \brief This file defines the prototypes of the functions dealing with a RX list data structure supporting re-segmentation. * \brief This file defines the prototypes of the functions dealing with a RX list data structure supporting re-segmentation.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_SEGMENT_C #define RLC_AM_SEGMENT_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_segment.h /*! \file rlc_am_segment.h
* \brief This file defines the prototypes of the functions dealing with the segmentation of PDCP SDUs. * \brief This file defines the prototypes of the functions dealing with the segmentation of PDCP SDUs.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_SEGMENT_HOLES_C #define RLC_AM_SEGMENT_HOLES_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_segments_holes.h /*! \file rlc_am_segments_holes.h
* \brief This file defines the prototypes of the functions dealing with the re-segmentation of RLC PDUs stored in the retransmission buffer,. * \brief This file defines the prototypes of the functions dealing with the re-segmentation of RLC PDUs stored in the retransmission buffer,.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_STATUS_REPORT_C #define RLC_AM_STATUS_REPORT_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_status_report.h /*! \file rlc_am_status_report.h
* \brief This file defines the prototypes of the functions dealing with the reading/writting of informations from/in RLC AM control PDUs, and the processing of received control PDUs. * \brief This file defines the prototypes of the functions dealing with the reading/writting of informations from/in RLC AM control PDUs, and the processing of received control PDUs.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_structs.h /*! \file rlc_am_structs.h
* \brief This file defines structures used inside the RLC AM. * \brief This file defines structures used inside the RLC AM.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_TEST_C #define RLC_AM_TEST_C
#define RLC_C #define RLC_C
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_test.h /*! \file rlc_am_test.h
* \brief This file defines the prototypes of RLC AM test functions. * \brief This file defines the prototypes of RLC AM test functions.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_TIMER_POLL_RETRANSMIT_C #define RLC_AM_TIMER_POLL_RETRANSMIT_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_timer_poll_retransmit.h /*! \file rlc_am_timer_poll_retransmit.h
* \brief This file defines the prototypes of the functions manipulating the t-PollRetransmit timer. * \brief This file defines the prototypes of the functions manipulating the t-PollRetransmit timer.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
more details. but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License along with GNU General Public License for more details.
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License
along with OpenAirInterface.The full GNU General Public License is
The full GNU General Public License is included in this distribution in included in this distribution in the file called "COPYING". If not,
the file called "COPYING". see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_TIMER_POLL_REORDERING_C #define RLC_AM_TIMER_POLL_REORDERING_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_timer_reordering.h /*! \file rlc_am_timer_reordering.h
* \brief This file defines the prototypes of the functions manipulating the t-Reordering timer. * \brief This file defines the prototypes of the functions manipulating the t-Reordering timer.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_TIMER_STATUS_PROHIBIT_C #define RLC_AM_TIMER_STATUS_PROHIBIT_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_timer_status_prohibit.h /*! \file rlc_am_timer_status_prohibit.h
* \brief This file defines the prototypes of the functions manipulating the t-StatusProhibit timer. * \brief This file defines the prototypes of the functions manipulating the t-StatusProhibit timer.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
#define RLC_AM_MODULE #define RLC_AM_MODULE
#define RLC_AM_WINDOWS_C #define RLC_AM_WINDOWS_C
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface 2 OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom Copyright(c) 1999 - 2014 Eurecom
This program is free software; you can redistribute it and/or modify it OpenAirInterface is free software: you can redistribute it and/or modify
under the terms and conditions of the GNU General Public License, it under the terms of the GNU General Public License as published by
version 2, as published by the Free Software Foundation. the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope 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 OpenAirInterface is distributed in the hope that it will be useful,
this program; if not, write to the Free Software Foundation, Inc., but WITHOUT ANY WARRANTY; without even the implied warranty of
51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
The full GNU General Public License is included in this distribution in You should have received a copy of the GNU General Public License
the file called "COPYING". along with OpenAirInterface.The full GNU General Public License is
included in this distribution in the file called "COPYING". If not,
see <http://www.gnu.org/licenses/>.
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr OpenAirInterface Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr OpenAirInterface Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fsr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM,
Campus SophiaTech, Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
450 Route des Chappes,
CS 50193 *******************************************************************************/
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/
/*! \file rlc_am_windows.h /*! \file rlc_am_windows.h
* \brief This file defines the prototypes of the functions testing window, based on SN modulo and rx and tx protocol state variables. * \brief This file defines the prototypes of the functions testing window, based on SN modulo and rx and tx protocol state variables.
* \author GAUTHIER Lionel * \author GAUTHIER Lionel
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment