Skip to content

v1.0.0 5GMS Common Android Library

Compare
Choose a tag to compare
@dsilhavy dsilhavy released this 03 May 14:32
· 27 commits to main since this release
d354de9

Description

This is the first release of the 5GMS Common Android Library.

The 5GMS Common Android Library is an Android library that includes models and helper classes used within the different client-side Android applications such as the 5GMSd Aware Application, 5GMSd Media Stream Handler and the 5GMSd Media Session Handler.

Features

  • Adds a M8Model data class to store M8 information using additional data classes such as ServiceListEntry and EntryPoint. @dsilhavy
  • Adds a ServiceAccessInformation data class to store the information received via M5. @dsilhavy
  • Adds a set of constants that are exported as objects, see Constants.kt. @dsilhavy
  • Adds a Github action to perform a testbuild and execute all unit tests for all pull requests against development and main. @dsilhavy
  • Adds a Github action to publish the library to Github packages once a new release is created. @dsilhavy

Full Changelog: https://github.com/5G-MAG/rt-5gms-common-android-library/commits/rt-5gms-common-android-library-v1.0.0