Osmocom Packet control Unit (PCU): Network-side GPRS (RLC/MAC); BTS- or BSC-colocated https://osmocom.org/projects/osmopcu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Pau Espin c432e062ea
encoding: Encode TA in UL ACK/NACK if available
2 years ago
contrib Bump version: 0.8.0.396-fe8d-dirty → 0.9.0 2 years ago
debian Bump version: 0.8.0.396-fe8d-dirty → 0.9.0 2 years ago
doc manual: Include QoS chapter and add osmo-pcu specific example 2 years ago
include Rework NS configuration over the info indication 2 years ago
src encoding: Encode TA in UL ACK/NACK if available 2 years ago
tests encoding: Encode TA in UL ACK/NACK if available 2 years ago
.gitignore .gitignore: ignore files ending with ~ 2 years ago
.gitreview add .gitreview 7 years ago
COPYING import GPLv2 license text to this project 11 years ago
Makefile.am Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in 3 years ago
README.md Allow multiple bts objects in PCU 2 years ago
TODO TODO: remove those that have obviously been implemented 5+ years ago 3 years ago
TODO-RELEASE vty: Add configuration for Gb DSCP and socket priority 2 years ago
configure.ac Bump version: 0.8.0.396-fe8d-dirty → 0.9.0 2 years ago
git-version-gen Add auto-foo (partial cleanup, master makefile/configure.ac 11 years ago
osmoappdesc.py Remove dash from name used in VTY cmd prompt 3 years ago

README.md

osmo-pcu - Osmocom Packet Control Unit

This repository contains a C/C++-language implementation of a GPRS Packet Control Unit, as specified by ETSI/3GPP. It is part of the Osmocom Open Source Mobile Communications project.

The Packet Control Unit is terminating the Layer 2 (RLC/MAC) of the GPRS radio interface and adapting it to the Gb Interface (BSSGP+NS Protocol) towards the SGSN.

The PCU interfaces with the physical layer of the radio interface. OsmoPCU is typically used co-located with the BTS, specifically OsmoBTS. For legacy BTSs that run proprietary sotware without an interface to OsmoPCU, you may also co-locate it with the BSC, specifically OsmoBSC

Homepage

The official homepage of the project is https://osmocom.org/projects/osmopcu/wiki/OsmoPCU

GIT Repository

You can clone from the official osmo-pcu.git repository using

git clone git://git.osmocom.org/osmo-pcu.git

There is a cgit interface at http://git.osmocom.org/osmo-pcu/

Documentation

We provide a user manual as well as a vty reference manual

Please note that a lot of the PCU configuration actually happens inside the BSC, which passes this configuration via A-bis OML to the BTS, which then in turn passes it via the PCU socket into OsmoPCU.

Mailing List

Discussions related to osmo-pcu are happening on the osmocom-net-gprs@lists.osmocom.org mailing list, please see https://lists.osmocom.org/mailman/listinfo/osmocom-net-gprs for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for osmo-pcu can be seen at https://gerrit.osmocom.org/#/q/project:osmo-pcu+status:open

Current limitations

  • No PFC support
  • No fixed allocation support (was removed from 3GPP Rel >= 5 anyway)
  • No extended dynamic allocation support
  • No unacknowledged mode operation
  • Only single slot assignment on uplink direction
  • No half-duplex class support (only semi-duplex)
  • No TA loop
  • No power loop
  • Multi-BTS support not tested