Commit 65c84039 authored by Navid Nikaein's avatar Navid Nikaein

* Update license and header files


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5578 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent aabb9dc4
The OpenAirInterface software is composed of four different parts: OpenAirInterface is under GNU GPLv3 license. The full GNU General Public License is included in this distribution in the file called "COPYING".
The OpenAirInterface (OAI) software is composed of six different parts:
openair1: 3GPP LTE Rel-8 PHY layer + PHY RF simulation openair1: 3GPP LTE Rel-8 PHY layer + PHY RF simulation
openair2: 3GPP LTE Rel-9 RLC/MAC/PDCP and two RRC implementations openair2: 3GPP LTE Rel-9 RLC/MAC/PDCP/RRC implementations, eNB application, X2AP
openair3: additional networking protocols (PMIP, MIH, Multicasting) and scripts
openair3: some networking scripts openair-cn: 3GPP LTE Rel9 and 10 MME/NAS, S+P-GW, HSS, S1AP (ENB and MME).
openairITS: IEEE 802.11p software modem (all layers) openairITS: IEEE 802.11p software modem (all layers)
common: some common OAI utilities, other tools can be found at openair2/UTILS
targets: scripts to compile and lauch different system targets (simulation, emulation and real-time platforms, user-space tools for these platforms (tbd)) targets: scripts to compile and lauch different system targets (simulation, emulation and real-time platforms, user-space tools for these platforms (tbd))
see README files in these subdirectories for more information see README files in these subdirectories for more information
see also https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/WebHome see also https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/WebHome
.
This diff is collapsed.
/*******************************************************************************
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 3
Copyright(c) 2012 Eurecom
Source as_message.h Source as_message.h
......
/***************************************************************************** /*******************************************************************************
Eurecom OpenAirInterface 3 OpenAirInterface
Copyright(c) 2012 Eurecom 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.
*******************************************************************************/
/*
Source commonDef.h Source commonDef.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.
*******************************************************************************/
MESSAGE_DEF(GTPV1U_ENB_CREATE_TUNNEL_REQ, MESSAGE_PRIORITY_MAX, gtpv1u_enb_create_tunnel_req_t, Gtpv1uCreateTunnelReq) MESSAGE_DEF(GTPV1U_ENB_CREATE_TUNNEL_REQ, MESSAGE_PRIORITY_MAX, gtpv1u_enb_create_tunnel_req_t, Gtpv1uCreateTunnelReq)
MESSAGE_DEF(GTPV1U_ENB_CREATE_TUNNEL_RESP, MESSAGE_PRIORITY_MAX, gtpv1u_enb_create_tunnel_resp_t, Gtpv1uCreateTunnelResp) MESSAGE_DEF(GTPV1U_ENB_CREATE_TUNNEL_RESP, MESSAGE_PRIORITY_MAX, gtpv1u_enb_create_tunnel_resp_t, Gtpv1uCreateTunnelResp)
MESSAGE_DEF(GTPV1U_ENB_UPDATE_TUNNEL_REQ, MESSAGE_PRIORITY_MED, gtpv1u_enb_update_tunnel_req_t, Gtpv1uUpdateTunnelReq) MESSAGE_DEF(GTPV1U_ENB_UPDATE_TUNNEL_REQ, MESSAGE_PRIORITY_MED, gtpv1u_enb_update_tunnel_req_t, Gtpv1uUpdateTunnelReq)
......
/*******************************************************************************
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.
*******************************************************************************/
#ifndef GTPV1_U_MESSAGES_TYPES_H_ #ifndef GTPV1_U_MESSAGES_TYPES_H_
#define GTPV1_U_MESSAGES_TYPES_H_ #define GTPV1_U_MESSAGES_TYPES_H_
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2012 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.fr/openairinterface OpenAirInterface Dev : openair4g-devel@eurecom.fr
Address : EURECOM, Campus SophiaTech, 450 Route des Chappes
06410 Biot FRANCE Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/ *******************************************************************************/
......
/*******************************************************************************
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.
*******************************************************************************/
/* /*
* mac_messages_def.h * mac_messages_def.h
* *
* Created on: Oct 24, 2013 * Created on: Oct 24, 2013
* Author: winckel * Author: L. winckel and Navid Nikaein
*/ */
//-------------------------------------------------------------------------------------------// //-------------------------------------------------------------------------------------------//
......
/*******************************************************************************
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.
*******************************************************************************/
/* /*
* mac_messages_types.h * mac_messages_types.h
* *
* Created on: Oct 24, 2013 * Created on: Oct 24, 2013
* Author: winckel * Author: winckel and Navid Nikaein
*/ */
#ifndef MAC_MESSAGES_TYPES_H_ #ifndef MAC_MESSAGES_TYPES_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.
*******************************************************************************/
#ifndef __MAC_PRIMITIVES_H__ #ifndef __MAC_PRIMITIVES_H__
#define __MAC_PRIMITIVES_H__ #define __MAC_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.
*******************************************************************************/
/*************************************************************************** /***************************************************************************
mac_rlc_primitives.h - description mac_rlc_primitives.h - description
------------------- -------------------
......
/*________________________mac_rrc_primitives.h________________________ /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Authors : Hicham Anouar, Raymond Knopp OpenAirInterface is free software: you can redistribute it and/or modify
Company : EURECOM it under the terms of the GNU General Public License as published by
Emails : anouar@eurecom.fr, knopp@eurecom.fr 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.
*******************************************************************************/
#ifndef __MAC_RRC_PRIMITIVES_H__ #ifndef __MAC_RRC_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.
*******************************************************************************/
// These messages files are mandatory and must always be placed in first position // These messages files are mandatory and must always be placed in first position
#include "intertask_messages_def.h" #include "intertask_messages_def.h"
#include "timer_messages_def.h" #include "timer_messages_def.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.
*******************************************************************************/
/* /*
* messages_types.h * messages_types.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.
*******************************************************************************/
/* /*
* nas_messages_def.h * nas_messages_def.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.
*******************************************************************************/
/* /*
* nas_messages_types.h * nas_messages_types.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.
*******************************************************************************/
/***************************************************************************** /*****************************************************************************
Eurecom OpenAirInterface 3
Copyright(c) 2012 Eurecom
Source networkDef.h Source networkDef.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.
*******************************************************************************/
#ifndef __openair_DEFS_H__ #ifndef __openair_DEFS_H__
#define __openair_DEFS_H__ #define __openair_DEFS_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.
*******************************************************************************/
#ifndef __openair_TYPES_H__ #ifndef __openair_TYPES_H__
#define __openair_TYPES_H__ #define __openair_TYPES_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_messages_def.h * pdcp_messages_def.h
* *
* Created on: Oct 24, 2013 * Created on: Oct 24, 2013
* Author: winckel * Author: winckel and Navid Nikaein
*/ */
//-------------------------------------------------------------------------------------------// //-------------------------------------------------------------------------------------------//
......
/*******************************************************************************
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_messages_types.h * pdcp_messages_types.h
* *
* Created on: Oct 24, 2013 * Created on: Oct 24, 2013
* Author: winckel * Author: winckel and Navid Nikaein
*/ */
#ifndef PDCP_MESSAGES_TYPES_H_ #ifndef PDCP_MESSAGES_TYPES_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.
*******************************************************************************/
/* /*
* mphy_messages_def.h * mphy_messages_def.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.
*******************************************************************************/
/* /*
* phy_messages_types.h * phy_messages_types.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.
*******************************************************************************/
/* /*
platform_constants.h platform_constants.h
------------------- -------------------
AUTHOR : Lionel GAUTHIER AUTHOR : Lionel GAUTHIER and Navid Nikaein
COMPANY : EURECOM COMPANY : EURECOM
EMAIL : Lionel.Gauthier@eurecom.fr EMAIL : Lionel.Gauthier@eurecom.fr
......
/*******************************************************************************
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.
*******************************************************************************/
/* /*
platform_types.h platform_types.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.
*******************************************************************************/
MESSAGE_DEF(RRC_RAL_SYSTEM_CONFIGURATION_IND, MESSAGE_PRIORITY_MED, rrc_ral_system_configuration_ind_t, rrc_ral_system_configuration_ind) MESSAGE_DEF(RRC_RAL_SYSTEM_CONFIGURATION_IND, MESSAGE_PRIORITY_MED, rrc_ral_system_configuration_ind_t, rrc_ral_system_configuration_ind)
MESSAGE_DEF(RRC_RAL_SYSTEM_INFORMATION_IND, MESSAGE_PRIORITY_MED, rrc_ral_system_information_ind_t, rrc_ral_system_information_ind) MESSAGE_DEF(RRC_RAL_SYSTEM_INFORMATION_IND, MESSAGE_PRIORITY_MED, rrc_ral_system_information_ind_t, rrc_ral_system_information_ind)
......
/*******************************************************************************
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.
*******************************************************************************/
#ifndef RAL_MESSAGES_TYPES_H_ #ifndef RAL_MESSAGES_TYPES_H_
#define RAL_MESSAGES_TYPES_H_ #define RAL_MESSAGES_TYPES_H_
#include "asn1_constants.h" #include "asn1_constants.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.
*******************************************************************************/
/* /*
* rlc_messages_def.h * rlc_messages_def.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.
*******************************************************************************/
/* /*
* rlc_messages_types.h * rlc_messages_types.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.
*******************************************************************************/
/* /*
* rrc_messages_def.h * rrc_messages_def.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.
*******************************************************************************/
/* /*
* rrc_messages_types.h * rrc_messages_types.h
* *
* Created on: Oct 24, 2013 * Created on: Oct 24, 2013
* Author: winckel * Author: winckel and Navid Nikaein
*/ */
#ifndef RRC_MESSAGES_TYPES_H_ #ifndef RRC_MESSAGES_TYPES_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.
*******************************************************************************/
/* /*
rrm_config_structs.h rrm_config_structs.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.
*******************************************************************************/
/* /*
rrm_constants.h rrm_constants.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.
*******************************************************************************/
#ifndef _RTOS_HEADER_H_ #ifndef _RTOS_HEADER_H_
# define _RTOS_HEADER_H_ # define _RTOS_HEADER_H_
# if defined(RTAI) && !defined(USER_MODE) # if defined(RTAI) && !defined(USER_MODE)
......
/*******************************************************************************
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.
*******************************************************************************/
/* Messages for S1AP logging */ /* Messages for S1AP logging */
MESSAGE_DEF(S1AP_UPLINK_NAS_LOG , MESSAGE_PRIORITY_MED, IttiMsgText , s1ap_uplink_nas_log) MESSAGE_DEF(S1AP_UPLINK_NAS_LOG , MESSAGE_PRIORITY_MED, IttiMsgText , s1ap_uplink_nas_log)
MESSAGE_DEF(S1AP_UE_CAPABILITY_IND_LOG , MESSAGE_PRIORITY_MED, IttiMsgText , s1ap_ue_capability_ind_log) MESSAGE_DEF(S1AP_UE_CAPABILITY_IND_LOG , MESSAGE_PRIORITY_MED, IttiMsgText , s1ap_ue_capability_ind_log)
......
/*******************************************************************************
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.
*******************************************************************************/
#ifndef S1AP_MESSAGES_TYPES_H_ #ifndef S1AP_MESSAGES_TYPES_H_
#define S1AP_MESSAGES_TYPES_H_ #define S1AP_MESSAGES_TYPES_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.
*******************************************************************************/
MESSAGE_DEF(SCTP_NEW_ASSOCIATION_REQ , MESSAGE_PRIORITY_MED, sctp_new_association_req_t , sctp_new_association_req) MESSAGE_DEF(SCTP_NEW_ASSOCIATION_REQ , MESSAGE_PRIORITY_MED, sctp_new_association_req_t , sctp_new_association_req)
MESSAGE_DEF(SCTP_NEW_ASSOCIATION_RESP, MESSAGE_PRIORITY_MED, sctp_new_association_resp_t , sctp_new_association_resp) MESSAGE_DEF(SCTP_NEW_ASSOCIATION_RESP, MESSAGE_PRIORITY_MED, sctp_new_association_resp_t , sctp_new_association_resp)
MESSAGE_DEF(SCTP_NEW_ASSOCIATION_IND , MESSAGE_PRIORITY_MED, sctp_new_association_ind_t , sctp_new_association_ind) MESSAGE_DEF(SCTP_NEW_ASSOCIATION_IND , MESSAGE_PRIORITY_MED, sctp_new_association_ind_t , sctp_new_association_ind)
......
/*******************************************************************************
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.
*******************************************************************************/
#ifndef SCTP_MESSAGES_TYPES_H_ #ifndef SCTP_MESSAGES_TYPES_H_
#define SCTP_MESSAGES_TYPES_H_ #define SCTP_MESSAGES_TYPES_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.
*******************************************************************************/
// This task is mandatory and must always be placed in first position // This task is mandatory and must always be placed in first position
TASK_DEF(TASK_TIMER, TASK_PRIORITY_MAX, 10) TASK_DEF(TASK_TIMER, TASK_PRIORITY_MAX, 10)
......
/*******************************************************************************
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.
*******************************************************************************/
MESSAGE_DEF(UDP_INIT, MESSAGE_PRIORITY_MED, udp_init_t, udp_init) MESSAGE_DEF(UDP_INIT, MESSAGE_PRIORITY_MED, udp_init_t, udp_init)
MESSAGE_DEF(UDP_DATA_REQ, MESSAGE_PRIORITY_MED, udp_data_req_t, udp_data_req) MESSAGE_DEF(UDP_DATA_REQ, MESSAGE_PRIORITY_MED, udp_data_req_t, udp_data_req)
MESSAGE_DEF(UDP_DATA_IND, MESSAGE_PRIORITY_MED, udp_data_ind_t, udp_data_ind) MESSAGE_DEF(UDP_DATA_IND, MESSAGE_PRIORITY_MED, udp_data_ind_t, udp_data_ind)
/*******************************************************************************
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.
*******************************************************************************/
#ifndef UDP_MESSAGES_TYPES_H_ #ifndef UDP_MESSAGES_TYPES_H_
#define UDP_MESSAGES_TYPES_H_ #define UDP_MESSAGES_TYPES_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.
*******************************************************************************/
/*******************************************************************************
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 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
*******************************************************************************/ *******************************************************************************/
/* /*
enb_app.c enb_app.c
------------------- -------------------
AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER, Navid Nikaein
COMPANY : EURECOM COMPANY : EURECOM
EMAIL : Lionel.Gauthier@eurecom.fr EMAIL : Lionel.Gauthier@eurecom.fr and Navid Nikaein
*/ */
#include <string.h> #include <string.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
*******************************************************************************/ *******************************************************************************/
/* /*
enb_app.h enb_app.h
------------------- -------------------
AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER, Navid Nikaein
COMPANY : EURECOM COMPANY : EURECOM
EMAIL : Lionel.Gauthier@eurecom.fr EMAIL : Lionel.Gauthier@eurecom.fr
*/ */
......
/******************************************************************************* /*******************************************************************************
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
*******************************************************************************/ *******************************************************************************/
/* /*
enb_config.c enb_config.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
*******************************************************************************/ *******************************************************************************/
/* /*
enb_config.h enb_config.h
------------------- -------------------
......
This diff is collapsed.
/******************************************************************************* /*******************************************************************************
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 config.c /*! \file config.c
* \brief UE and eNB configuration * \brief UE and eNB configuration performed by RRC or as a consequence of RRC procedures
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2010 - 2014 * \date 2010 - 2014
* \version 0.1 * \version 0.1
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 def.h /*! \file def.h
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 eNB_scheduler.c /*! \file eNB_scheduler.c
* \brief procedures related to UE * \brief eNB scheduler top level function operates on per subframe basis
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2010 - 2014 * \date 2010 - 2014
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr
...@@ -98,7 +98,7 @@ void eNB_dlsch_ulsch_scheduler(module_id_t module_idP,uint8_t cooperation_flag, ...@@ -98,7 +98,7 @@ void eNB_dlsch_ulsch_scheduler(module_id_t module_idP,uint8_t cooperation_flag,
#endif #endif
DCI_PDU *DCI_pdu= &eNB_mac_inst[module_idP].DCI_pdu; DCI_PDU *DCI_pdu= &eNB_mac_inst[module_idP].DCI_pdu;
// LOG_D(MAC,"[eNB %d] Frame %d, Subframe %d, entering MAC scheduler\n",module_idP, frameP, subframeP); LOG_D(MAC,"[eNB %d] Frame %d, Subframe %d, entering MAC scheduler\n",module_idP, frameP, subframeP);
vcd_signal_dumper_dump_function_by_name(VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_DLSCH_ULSCH_SCHEDULER,1); vcd_signal_dumper_dump_function_by_name(VCD_SIGNAL_DUMPER_FUNCTIONS_ENB_DLSCH_ULSCH_SCHEDULER,1);
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 eNB_scheduler.c *******************************************************************************/
* \brief procedures related to UE on the BCH transport channel
/*! \file eNB_scheduler_bch.c
* \brief procedures related to eNB for the BCH transport channel
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2011 * \date 2010 - 2014
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr
* \version 0.5 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 eNB_scheduler.c *******************************************************************************/
* \brief procedures related to UE on the DLSCH transport channel
/*! \file eNB_scheduler_dlsch.c
* \brief procedures related to eNB for the DLSCH transport channel
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2011 * \date 2010 - 2014
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr
* \version 0.5 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 eNB_scheduler_mch.c /*! \file eNB_scheduler_mch.c
* \brief procedures related to UE on the MCH transport channel * \brief procedures related to eNB for the MCH transport channel
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2012 - 2014 * \date 2012 - 2014
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr
* \version 0.5 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 eNB_scheduler.c *******************************************************************************/
* \brief procedures related to UE
/*! \file eNB_scheduler_primitives.c
* \brief primitives used by eNB for BCH, RACH, ULSCH, DLSCH scheduling
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2010 - 2014 * \date 2010 - 2014
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr
* \version 0.5 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 eNB_scheduler.c *******************************************************************************/
* \brief procedures related to UE on the ULSCH transport channel
/*! \file eNB_scheduler_ulsch.c
* \brief eNB procedures for the ULSCH transport channel
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2010 - 2014 * \date 2010 - 2014
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr
* \version 0.5 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
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 extern.h /*! \file extern.h
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 l1_helper.c /*! \file l1_helper.c
* \brief phy helper function * \brief phy helper function
* \author Navid Nikaein, Raymond Knopp * \author Navid Nikaein, Raymond Knopp
* \date 2012 - 2014 * \date 2012 - 2014
* \version 0.5 * \version 1.0
* \email navid.nikaein@eurecom.fr * \email navid.nikaein@eurecom.fr
* @ingroup _mac * @ingroup _mac
......
/*******************************************************************************
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.
*******************************************************************************/
#define UL_RB_ALLOC mac_xface->computeRIV(mac_xface->lte_frame_parms->N_RB_UL,0,24) #define UL_RB_ALLOC mac_xface->computeRIV(mac_xface->lte_frame_parms->N_RB_UL,0,24)
#define BCCH_RB_ALLOC mac_xface->computeRIV(mac_xface->lte_frame_parms->N_RB_UL,0,4) #define BCCH_RB_ALLOC mac_xface->computeRIV(mac_xface->lte_frame_parms->N_RB_UL,0,4)
#define RA_RB_ALLOC mac_xface->computeRIV(mac_xface->lte_frame_parms->N_RB_UL,0,4) #define RA_RB_ALLOC mac_xface->computeRIV(mac_xface->lte_frame_parms->N_RB_UL,0,4)
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 main.c /*! \file main.c
* \brief top init of Layer 2 * \brief top init of Layer 2
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2010 - 2014 * \date 2010 - 2014
* \version 0.5 * \version 1.0
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr
* @ingroup _mac * @ingroup _mac
......
/******************************************************************************* /*******************************************************************************
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 Contact Information
# the file called "COPYING". OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@eurecom.fr
# Contact Information Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
# Openair Admin: openair_admin@eurecom.fr
# Openair Tech : openair_tech@eurecom.fr
# Forums : http://forums.eurecom.fsr/openairinterface
# Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France
#***************************************************************************** *******************************************************************************/
/* \file openair2_proc.c
# \file openair2_proc.c \brief MAC layer online statistics
# \brief \author Navid Nikaein
# \author Navid Nikaein \date 2013 - 2014
# \date 2013 \version 1.0
# \version 0.1 @ingroup _mac
# @ingroup _mac
*/ */
#ifndef USER_MODE #ifndef USER_MODE
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 pre_processor.c /*! \file pre_processor.c
* \brief procedures related to UE * \brief eNB scheduler preprocessing fuction prior to scheduling
* \author Navid Nikaein and Ankit Bhamri * \author Navid Nikaein and Ankit Bhamri
* \date 2013 * \date 2013 - 2014
* \email navid.nikaein@eurecom.fr * \email navid.nikaein@eurecom.fr
* \version 0.1 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 pre_processor.c *******************************************************************************/
* \brief procedures related to UE /*! \file proto.h
* \brief MAC functions prototypes for eNB and UE
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
* \date 2013 * \date 2010 - 2014
* \email navid.nikaein@eurecom.fr * \email navid.nikaein@eurecom.fr
* \version 0.1 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
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 openair2/LAYER2/MAC/ra_procedures.c /*! \file ra_procedures.c
* \brief Routines for UE MAC-layer Random-access procedures (36.321) V8.6 2009-03 * \brief Routines for UE MAC-layer Random-access procedures (36.321) V8.6 2009-03
* \author R. Knopp and navid nikaein * \author R. Knopp and Navid Nikaein
* \date 2011 * \date 2011
* \version 0.1 * \version 0.1
* \company Eurecom * \company Eurecom
* \email: knopp@eurecom.fr and navid nikaein * \email: knopp@eurecom.fr navid.nikaein@eurecom.fr
* \note * \note
* \warning * \warning
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 rar_tools.c /*! \file rar_tools.c
* \brief random access tools * \brief random access tools
* \author Raymond Knopp and navid nikaein * \author Raymond Knopp and navid nikaein
* \date 2011 - 2014 * \date 2011 - 2014
* \version 0.5 * \version 1.0
* @ingroup _mac * @ingroup _mac
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 ue_procedures.c /*! \file ue_procedures.c
* \brief procedures related to UE * \brief procedures related to UE
* \author Navid Nikaein and Raymond Knopp * \author Navid Nikaein and Raymond Knopp
......
/******************************************************************************* /*******************************************************************************
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 vars.h /*! \file vars.h
......
This diff is collapsed.
/*******************************************************************************
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.
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rb_tool.c - User-space utility for driving NASMESH IOCTL interface rb_tool.c - User-space utility for driving NASMESH IOCTL interface
------------------- -------------------
copyright : (C) 2008 by Eurecom copyright : (C) 2008 by Eurecom
email : raymond.knopp@eurecom.fr email : raymond.knopp@eurecom.fr and navid.nikaein@eurecom.fr
*************************************************************************** ***************************************************************************
***************************************************************************/ ***************************************************************************/
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 classifier.c /*! \file classifier.c
* \brief Classify IP packets * \brief Classify IP packets
* \author yan moret(no longer valid), Michelle Wetterwald, Raymond knopp, Navid Nikaein, Lionel GAUTHIER * \author Navid Nikaein, Lionel GAUTHIER, Raymond knopp
* \company Eurecom * \company Eurecom
* \email: michelle.wetterwald@eurecom.fr, knopp@eurecom.fr, navid.nikaein@eurecom.fr, lionel.gauthier@eurecom.fr * \email: navid.nikaein@eurecom.fr, lionel.gauthier@eurecom.fr, knopp@eurecom.fr
*/ */
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 common.c /*! \file common.c
* \brief implementation of emultor tx and rx * \brief implementation of emultor tx and rx
* \author Navid Nikaein and Raymomd Knopp, Lionel GAUTHIER * \author Navid Nikaein, Lionel GAUTHIER, and Raymomd Knopp
* \date 2011 * \date 2011
* \version 1.0 * \version 1.0
* \company Eurecom * \company Eurecom
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 device.c /*! \file device.c
* \brief Networking Device Driver for OpenAirInterface Ethernet * \brief Networking Device Driver for OpenAirInterface Ethernet
* \author navid.nikaein, yan.moret(no longer valid), michelle.wetterwald, raymond.knopp, Lionel Gauthier * \author navid.nikaein, Lionel Gauthier, raymond.knopp,
* \company Eurecom * \company Eurecom
* \email: raymond.knopp@eurecom.fr, navid.nikaein@eurecom.fr, michelle.wetterwald@eurecom.fr, lionel.gauthier@eurecom.fr * \email:navid.nikaein@eurecom.fr, lionel.gauthier@eurecom.fr, raymond.knopp@eurecom.fr
*/ */
/*******************************************************************************/ /*******************************************************************************/
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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
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.
*******************************************************************************/
/*************************************************************************** /***************************************************************************
ioctl.h - description ioctl.h - description
------------------- -------------------
...@@ -255,4 +283,4 @@ struct oai_nw_drv_msg_l2id_reply ...@@ -255,4 +283,4 @@ struct oai_nw_drv_msg_l2id_reply
}; };
#endif #endif
\ No newline at end of file
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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.
*******************************************************************************/ *******************************************************************************/
/*************************************************************************** /***************************************************************************
local.h - description local.h - description
------------------- -------------------
copyright : (C) 2002 by Eurecom copyright : (C) 2002 by Eurecom
email : michelle.wetterwald@eurecom.fr email :navid.nikaein@eurecom.fr
yan.moret@eurecom.fr lionel.gauthier@eurecom.fr
knopp@eurecom.fr knopp@eurecom.fr
*************************************************************************** ***************************************************************************
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 netlink.c /*! \file netlink.c
* \brief establish a netlink * \brief establish a netlink
* \author Raymond knopp, and Navid Nikaein, Lionel Gauthier * \author Navid Nikaein, Lionel Gauthier, and Raymond knopp
* \company Eurecom * \company Eurecom
* \email: knopp@eurecom.fr, and navid.nikaein@eurecom.fr, lionel.gauthier@eurecom.fr * \email:navid.nikaein@eurecom.fr, lionel.gauthier@eurecom.fr, knopp@eurecom.fr
*/ */
#include <linux/version.h> #include <linux/version.h>
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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
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.
*******************************************************************************/
#ifndef OAI_SAP_H #ifndef OAI_SAP_H
#define OAI_SAP_H #define OAI_SAP_H
typedef unsigned short OaiNwDrvRadioBearerId_t; typedef unsigned short OaiNwDrvRadioBearerId_t;
...@@ -16,4 +45,4 @@ ...@@ -16,4 +45,4 @@
#define OAI_NW_DRV_RAB_OUTPUT_SAPI 3 #define OAI_NW_DRV_RAB_OUTPUT_SAPI 3
#define OAI_NW_DRV_MAX_RABS 8 * 64 //NB_RAB_MAX * MAX_MOBILES_PER_RG //27 // = MAXURAB #define OAI_NW_DRV_MAX_RABS 8 * 64 //NB_RAB_MAX * MAX_MOBILES_PER_RG //27 // = MAXURAB
#define OAI_NW_DRV_LIST_RB_MAX 32 #define OAI_NW_DRV_LIST_RB_MAX 32
#endif #endif
\ No newline at end of file
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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.
*******************************************************************************/ *******************************************************************************/
......
This diff is collapsed.
/*******************************************************************************
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.
*******************************************************************************/
/*************************************************************************** /***************************************************************************
rb_tool.c - User-space utility for driving NASMESH IOCTL interface rb_tool.c - User-space utility for driving NASMESH IOCTL interface
------------------- -------------------
copyright : (C) 2008 by Eurecom copyright : (C) 2008 by Eurecom
email : raymond.knopp@eurecom.fr email : raymond.knopp@eurecom.fr and navid.nikaein@eurecom.fr
*************************************************************************** ***************************************************************************
***************************************************************************/ ***************************************************************************/
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 netlink.c *******************************************************************************/
* \brief estqblish a netlink /*! \file classifier.c
* \author yan moret(no longer valid), Michelle Wetterwald, Raymond knopp, and Navid Nikaein * \brief Classify IP packets
* \author Navid Nikaein, Lionel GAUTHIER, Raymond knopp
* \company Eurecom * \company Eurecom
* \email: michelle.wetterwald@eurecom.fr, knopp@eurecom.fr, and navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr, lionel.gauthier@eurecom.fr, knopp@eurecom.fr
*/ */
#include "local.h" #include "local.h"
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 nas_common.c /*! \file common.c
* \brief implementation of emultor tx and rx * \brief implementation of emultor tx and rx
* \author Navid Nikaein and Raymomd Knopp * \author Navid Nikaein, Lionel GAUTHIER, and Raymomd Knopp
* \date 2011 * \date 2011
* \version 1.0 * \version 1.0
* \company Eurecom * \company Eurecom
* \email: navid.nikaein@eurecom.fr * \email: navid.nikaein@eurecom.fr, lionel.gauthier@eurecom.fr
*/ */
//#include "nas_common.h" //#include "nas_common.h"
#include "local.h" #include "local.h"
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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.
*******************************************************************************/ *******************************************************************************/
#ifndef _NAS_CST #ifndef _NAS_CST
#define _NAS_CST #define _NAS_CST
......
/******************************************************************************* /*******************************************************************************
OpenAirInterface
Copyright(c) 1999 - 2014 Eurecom
Eurecom OpenAirInterface 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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 2 OpenAirInterface is free software: you can redistribute it and/or modify
Copyright(c) 1999 - 2010 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.
*******************************************************************************/ *******************************************************************************/
#include "local.h" #include "local.h"
#include "ioctl.h" #include "ioctl.h"
#include "proto_extern.h" #include "proto_extern.h"
......
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.
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.
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.
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.
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