mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-11-02 13:13:29 +00:00
To be prepared for the future in public API, wrap the new osmo_ipa_name struct in an enum-type and union called osmo_cni_peer. During code review it was requested to insert an ability to handle different kinds of peer id, in order to be able to add a Global Title in the future. Use the generic osmo_cni_peer only in the publicly visible API. For osmo-hlr internal code, I intend to postpone implementing this into the future, when a different peer identification actually gets introduced. This way we don't need to implement it now in all osmo-hlr code paths (save time now), but still make all external API users aware that this type may be extended in the future. Change-Id: Ide9dcdca283ab989240cfc6e53e9211862a199c5
14 lines
374 B
Makefile
14 lines
374 B
Makefile
SUBDIRS = osmocom
|
|
|
|
nobase_include_HEADERS = \
|
|
osmocom/gsupclient/cni_peer_id.h \
|
|
osmocom/gsupclient/gsup_client.h \
|
|
osmocom/gsupclient/gsup_req.h \
|
|
osmocom/mslookup/mdns.h \
|
|
osmocom/mslookup/mdns_sock.h \
|
|
osmocom/mslookup/mslookup_client_fake.h \
|
|
osmocom/mslookup/mslookup_client.h \
|
|
osmocom/mslookup/mslookup_client_mdns.h \
|
|
osmocom/mslookup/mslookup.h \
|
|
$(NULL)
|