The Wayback Machine - https://web.archive.org/web/20220515085814/https://github.com/topics/4g
Skip to content
#

4g

Here are 74 public repositories matching this topic...

themarwhal
themarwhal commented Apr 11, 2022

Now that the Magma Python version has been upgraded to 3.8, we can clean up our NamedTuple usages to look a little nicer.

Suggested Changes

Instead of declaring NamedTuple like this,

DiskPartition = NamedTuple(
    'DiskPartition',
    [
        ('device', str), ('mount_point', str), ('total', int), ('used', int),
        ('free', int),
    ],
)

we can do the followi

good first issue
Open

tests

cooperq
cooperq commented Oct 15, 2020

We currently don't have any tests (other than the tests built in to srslte) we should write some tests for the python end of things and set up continuous integration. I don't have any opinions about what test suite we should use.

enhancement help wanted good first issue Documentation

Improve this page

Add a description, image, and links to the 4g topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 4g topic, visit your repo's landing page and select "manage topics."

Learn more