Skip to content
Snippets Groups Projects
Commit 07d6774b authored by Lionel Gauthier's avatar Lionel Gauthier
Browse files

Licence

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5168 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 4908bd21
No related branches found
No related tags found
No related merge requests found
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface core network
Eurecom OpenAirInterface Copyright(c) 1999 - 2014 Eurecom
Copyright(c) 1999 - 2013 Eurecom
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
...@@ -22,11 +21,20 @@ ...@@ -22,11 +21,20 @@
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr Openair Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr Openair Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fr/openairinterface Forums : http://forums.eurecom.fsr/openairinterface
Address : EURECOM, Campus SophiaTech, 450 Route des Chappes Address : EURECOM,
06410 Biot FRANCE Campus SophiaTech,
450 Route des Chappes,
CS 50193
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/ *******************************************************************************/
/*! \file oai_sgw.c
* \brief
* \author Lionel Gauthier
* \company Eurecom
* \email: lionel.gauthier@eurecom.fr
*/
#include <pthread.h> #include <pthread.h>
#include <stdio.h> #include <stdio.h>
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface core network
Eurecom OpenAirInterface Copyright(c) 1999 - 2014 Eurecom
Copyright(c) 1999 - 2013 Eurecom
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
...@@ -22,11 +21,20 @@ ...@@ -22,11 +21,20 @@
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr Openair Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr Openair Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fr/openairinterface Forums : http://forums.eurecom.fsr/openairinterface
Address : EURECOM, Campus SophiaTech, 450 Route des Chappes Address : EURECOM,
06410 Biot FRANCE Campus SophiaTech,
450 Route des Chappes,
CS 50193
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/ *******************************************************************************/
/*! \file oai_sgw.h
* \brief
* \author Lionel Gauthier
* \company Eurecom
* \email: lionel.gauthier@eurecom.fr
*/
#ifndef OAI_SGW_H_ #ifndef OAI_SGW_H_
#define OAI_SGW_H_ #define OAI_SGW_H_
......
/******************************************************************************* /*******************************************************************************
Eurecom OpenAirInterface core network
Eurecom OpenAirInterface Copyright(c) 1999 - 2014 Eurecom
Copyright(c) 1999 - 2013 Eurecom
This program is free software; you can redistribute it and/or modify it This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License, under the terms and conditions of the GNU General Public License,
...@@ -22,12 +21,20 @@ ...@@ -22,12 +21,20 @@
Contact Information Contact Information
Openair Admin: openair_admin@eurecom.fr Openair Admin: openair_admin@eurecom.fr
Openair Tech : openair_tech@eurecom.fr Openair Tech : openair_tech@eurecom.fr
Forums : http://forums.eurecom.fr/openairinterface Forums : http://forums.eurecom.fsr/openairinterface
Address : EURECOM, Campus SophiaTech, 450 Route des Chappes Address : EURECOM,
06410 Biot FRANCE Campus SophiaTech,
450 Route des Chappes,
CS 50193
06904 Biot Sophia Antipolis cedex,
FRANCE
*******************************************************************************/ *******************************************************************************/
/*! \file oai_sgw_log.c
* \brief
* \author Lionel Gauthier
* \company Eurecom
* \email: lionel.gauthier@eurecom.fr
*/
#include "oai_sgw.h" #include "oai_sgw.h"
#include "log.h" #include "log.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment