Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
常顺宇
OpenXG-RAN
Commits
7cc5a63a
Commit
7cc5a63a
authored
Apr 29, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LIC: wrong license banner on proto-agent files
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
0f0b4437
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
201 additions
and
283 deletions
+201
-283
NOTICE.md
NOTICE.md
+1
-1
openair2/LAYER2/PROTO_AGENT/proto_agent.c
openair2/LAYER2/PROTO_AGENT/proto_agent.c
+20
-28
openair2/LAYER2/PROTO_AGENT/proto_agent.h
openair2/LAYER2/PROTO_AGENT/proto_agent.h
+20
-29
openair2/LAYER2/PROTO_AGENT/proto_agent_async.c
openair2/LAYER2/PROTO_AGENT/proto_agent_async.c
+20
-29
openair2/LAYER2/PROTO_AGENT/proto_agent_async.h
openair2/LAYER2/PROTO_AGENT/proto_agent_async.h
+20
-28
openair2/LAYER2/PROTO_AGENT/proto_agent_common.c
openair2/LAYER2/PROTO_AGENT/proto_agent_common.c
+20
-28
openair2/LAYER2/PROTO_AGENT/proto_agent_common.h
openair2/LAYER2/PROTO_AGENT/proto_agent_common.h
+20
-28
openair2/LAYER2/PROTO_AGENT/proto_agent_defs.h
openair2/LAYER2/PROTO_AGENT/proto_agent_defs.h
+20
-28
openair2/LAYER2/PROTO_AGENT/proto_agent_handler.c
openair2/LAYER2/PROTO_AGENT/proto_agent_handler.c
+20
-28
openair2/LAYER2/PROTO_AGENT/proto_agent_net_comm.c
openair2/LAYER2/PROTO_AGENT/proto_agent_net_comm.c
+20
-28
openair2/LAYER2/PROTO_AGENT/proto_agent_net_comm.h
openair2/LAYER2/PROTO_AGENT/proto_agent_net_comm.h
+20
-28
No files found.
NOTICE.md
View file @
7cc5a63a
...
@@ -4,7 +4,7 @@ For more details of the license, refer to [LICENSE](LICENSE) file in the same di
...
@@ -4,7 +4,7 @@ For more details of the license, refer to [LICENSE](LICENSE) file in the same di
However, the source code also contains third party software that is acknowledged here for reference.
However, the source code also contains third party software that is acknowledged here for reference.
## Credits for LFDS user space source code located in folder openair2/UTILS/LFDS/
liblfds6.1.1/
##
## Credits for LFDS user space source code located in folder openair2/UTILS/LFDS/ ##
See on
[
liblfds website
](
https://liblfds.org/
)
the license section.
See on
[
liblfds website
](
https://liblfds.org/
)
the license section.
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent.c
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2014 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file enb_agent.h
/*! \file enb_agent.h
* \brief top level enb agent receive thread and itti task
* \brief top level enb agent receive thread and itti task
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent.h
View file @
7cc5a63a
/*
/*******************************************************************************
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
OpenAirInterface
* contributor license agreements. See the NOTICE file distributed with
Copyright(c) 1999 - 2014 Eurecom
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
OpenAirInterface is free software: you can redistribute it and/or modify
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
it under the terms of the GNU General Public License as published by
* except in compliance with the License.
the Free Software Foundation, either version 3 of the License, or
* You may obtain a copy of the License at
(at your option) any later version.
*
* http://www.openairinterface.org/?page_id=698
*
OpenAirInterface is distributed in the hope that it will be useful,
* Unless required by applicable law or agreed to in writing, software
but WITHOUT ANY WARRANTY; without even the implied warranty of
* distributed under the License is distributed on an "AS IS" BASIS,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
GNU General Public License for more details.
* See the License for the specific language governing permissions and
* limitations under the License.
You should have received a copy of the GNU General Public License
*-------------------------------------------------------------------------------
along with OpenAirInterface.The full GNU General Public License is
* For more information about the OpenAirInterface (OAI) Software Alliance:
included in this distribution in the file called "COPYING". If not,
* contact@openairinterface.org
see <http://www.gnu.org/licenses/>.
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file proto_agent.h
/*! \file proto_agent.h
* \brief top level protocol agent
* \brief top level protocol agent
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_async.c
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2014 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
#include "proto_agent_async.h"
#include "proto_agent_async.h"
#include "proto_agent_defs.h"
#include "proto_agent_defs.h"
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_async.h
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2014 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file enb_agent_async.h
/*! \file enb_agent_async.h
* \brief channel implementation for async interface
* \brief channel implementation for async interface
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_common.c
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2014 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file proto_agent_common.c
/*! \file proto_agent_common.c
* \brief common primitives for all agents
* \brief common primitives for all agents
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_common.h
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2014 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file enb_agent_common.h
/*! \file enb_agent_common.h
* \brief common message primitves and utilities
* \brief common message primitves and utilities
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_defs.h
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2016 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file enb_agent_defs.h
/*! \file enb_agent_defs.h
* \brief enb agent common definitions
* \brief enb agent common definitions
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_handler.c
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2014 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file enb_agent_handler.c
/*! \file enb_agent_handler.c
* \brief enb agent tx and rx message handler
* \brief enb agent tx and rx message handler
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_net_comm.c
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2016 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file enb_agent_net_comm.c
/*! \file enb_agent_net_comm.c
* \brief enb agent network interface abstraction
* \brief enb agent network interface abstraction
...
...
openair2/LAYER2/PROTO_AGENT/proto_agent_net_comm.h
View file @
7cc5a63a
/*******************************************************************************
/*
OpenAirInterface
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
Copyright(c) 1999 - 2016 Eurecom
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
OpenAirInterface is free software: you can redistribute it and/or modify
* The OpenAirInterface Software Alliance licenses this file to You under
it under the terms of the GNU General Public License as published by
* the OAI Public License, Version 1.1 (the "License"); you may not use this file
the Free Software Foundation, either version 3 of the License, or
* except in compliance with the License.
(at your option) any later version.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
OpenAirInterface is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
* Unless required by applicable law or agreed to in writing, software
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* distributed under the License is distributed on an "AS IS" BASIS,
GNU General Public License for more details.
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
You should have received a copy of the GNU General Public License
* limitations under the License.
along with OpenAirInterface.The full GNU General Public License is
*-------------------------------------------------------------------------------
included in this distribution in the file called "COPYING". If not,
* For more information about the OpenAirInterface (OAI) Software Alliance:
see <http://www.gnu.org/licenses/>.
* contact@openairinterface.org
*/
Contact Information
OpenAirInterface Admin: openair_admin@eurecom.fr
OpenAirInterface Tech : openair_tech@eurecom.fr
OpenAirInterface Dev : openair4g-devel@lists.eurecom.fr
Address : Eurecom, Compus SophiaTech 450, route des chappes, 06451 Biot, France.
*******************************************************************************/
/*! \file enb_agent_net_comm.h
/*! \file enb_agent_net_comm.h
* \brief enb agent network interface abstraction
* \brief enb agent network interface abstraction
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment