Skip to content
Success

Changes

Summary

  1. move talloc_asn1_ctx into iu_helpers (details)
  2. move general asn debug options into iu_helpers (details)
  3. move enum ranap_nsap_addr_enc into ranap_common.h (details)
  4. move vty functions into own vty.h (details)
Commit df34406d8b0050df8cea8dcc7f86cbefb41cef1f by lynxis
move talloc_asn1_ctx into iu_helpers

In preparation to remove iu_client.

Related: OS#5487
Change-Id: I79fe6d3e3ac92df70ec536d85d9cf1434252ba8c
The file was modifiedsrc/iu_client.c
The file was modifiedsrc/iu_helpers.c
Commit 5267242b1f4e3ebc919a520b366b0f642a32f49c by lynxis
move general asn debug options into iu_helpers

In prepration to remove iu_client. Move debug
variables asn_debug and asn1_xer_print which are not related
to iu_client into common part.

Related: OS#5487
Change-Id: If5175c449af13fe81e89488df71fcd8192091659
The file was addedinclude/osmocom/iuh/common.h
The file was modifiedsrc/iu_client_vty.c
The file was modifiedsrc/iu_client.c
The file was modifiedTODO-RELEASE
The file was modifiedinclude/osmocom/ranap/iu_client.h
The file was modifiedinclude/osmocom/iuh/Makefile.am
The file was modifiedsrc/iu_helpers.c
Commit b63f98110684af44b161700bb5a40fcebab59436 by lynxis
move enum ranap_nsap_addr_enc into ranap_common.h

The enum defines how an IP address in a RAB assignment is encoded.
This is part of RANAP.

Related: OS#5487
Change-Id: Ie281bcf6b03d4cc431902cb0f6b0d5f722c80c74
The file was modifiedinclude/osmocom/ranap/ranap_common.h
The file was modifiedTODO-RELEASE
The file was modifiedinclude/osmocom/ranap/iu_client.h
The file was modifiedsrc/iu_client_vty.c
Commit 69ad38ac5445b2efc5dd685a05d10554674355fc by lynxis
move vty functions into own vty.h

In preparation to remove iu_client from osmo-iuh,
move all non-iu_client stuff out of iu_client files.

Related: OS#5487
Change-Id: I8d393d17aa5f004dc4aa4e916bee68f44339e138
The file was modifiedinclude/osmocom/ranap/Makefile.am
The file was modifiedsrc/iu_client_vty.c
The file was modifiedTODO-RELEASE
The file was modifiedinclude/osmocom/ranap/iu_client.h
The file was addedinclude/osmocom/ranap/vty.h