Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
27925 commits behind the upstream repository.
Lionel Gauthier's avatar
gauthier authored
Cleaned some PDCP/driver code

types parameters and vars

Please see openair2/COMMON/platform_types.h for simple coding rules.

please declare prototypes of functions in .h and include .h files in where the function is used and where it is implemented.



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5096 818b1a75-f10b-46b9-bf7c-635c3b92a50f
c60dc45b
History
The OpenAirInterface software is composed of four different parts: 

openair1: 3GPP LTE Rel-8 PHY layer + PHY RF simulation

openair2: 3GPP LTE Rel-9 RLC/MAC/PDCP and two RRC implementations

openair3: some networking scripts 

openairITS: IEEE 802.11p software modem (all layers)

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 also https://twiki.eurecom.fr/twiki/bin/view/OpenAirInterface/WebHome

.