This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/25954 )
Change subject: hnbgw_rua.c: Use proper type struct
......................................................................
hnbgw_rua.c: Use proper type struct
Change-Id: I9e21b504e4fac072d8481d0a699bc58d1b94a12d
---
M src/hnbgw_rua.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/54/25954/1
diff --git a/src/hnbgw_rua.c b/src/hnbgw_rua.c
index 5224bf1..33ba12b 100644
--- a/src/hnbgw_rua.c
+++ b/src/hnbgw_rua.c
@@ -39,7 +39,7 @@
#include <osmocom/iuh/context_map.h>
#include <osmocom/hnbap/CN-DomainIndicator.h>
-static const char *cn_domain_indicator_to_str(CN_DomainIndicator_t cN_DomainIndicator)
+static const char *cn_domain_indicator_to_str(RUA_CN_DomainIndicator_t cN_DomainIndicator)
{
switch (cN_DomainIndicator) {
case RUA_CN_DomainIndicator_cs_domain:
@@ -174,7 +174,7 @@
/* forward a RUA message to the SCCP User API to SCCP */
static int rua_to_scu(struct hnb_context *hnb,
- CN_DomainIndicator_t cN_DomainIndicator,
+ RUA_CN_DomainIndicator_t cN_DomainIndicator,
enum osmo_scu_prim_type type,
uint32_t context_id, uint32_t cause,
const uint8_t *data, unsigned int len)
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/25954
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I9e21b504e4fac072d8481d0a699bc58d1b94a12d
Gerrit-Change-Number: 25954
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211026/6bec31af/attachment.htm>