mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-11-02 13:13:32 +00:00
The higher level bits were used in originally imported hnb-test code in order to control interaction with the HNBGW over the VTY. This is no longer needed in osmo-hnodeb, as NAS is in layers above the ones being handled by an hNodeB. Regarding RANAP, most of it is going to be handled by the LowerLayer UD socket peer to be introduced in the future, so we can drop most of it, as in osmo-hnodeb we'll basically be speaking RUA to the HNBGW and passing RANAP buffers transparently. We keep the .c/.h files since some small helpers functions will be ntroduced later on when adding support for the mentioned LL socket. Related: SYS#5516 Change-Id: I6aae54734c1c4607beede19169f16bafe35b3a61
10 lines
111 B
Makefile
10 lines
111 B
Makefile
noinst_HEADERS = \
|
|
hnb_shutdown_fsm.h \
|
|
hnbap.h \
|
|
hnodeb.h \
|
|
iuh.h \
|
|
ranap.h \
|
|
rua.h \
|
|
vty.h \
|
|
$(NULL)
|