aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_cn.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-08osmo-hnbgw: reply with RESET ACK when receiving a RESETNeels Hofmeyr1-10/+42
2019-03-08osmo-hnbgw: logging tweaksNeels Hofmeyr1-0/+5
2018-01-15hnbgw_cn: rx ranap: set rc in all casesNeels Hofmeyr1-0/+3
2017-11-24cosmetic: osmo-hnbgw: log remote SCCP addresses on startupNeels Hofmeyr1-0/+5
2017-11-24osmo-hnbgw: auto-config local and remote PCs if omittedNeels Hofmeyr1-5/+15
2017-11-21Fix various compiler warnings in hnb-gw codeHarald Welte1-16/+14
2017-11-21sccp_sap_up(): Fix never-hit "default" case in switchHarald Welte1-1/+1
2017-11-20osmo-hnbgw: drop erratic log line on remote STP addressNeels Hofmeyr1-2/+0
2017-08-15hnbgw_cn.c: use new signature of osmo_sccp_addr_name(osmo_ss7_instance *ss7, ...Alexander Couzens1-1/+1
2017-08-09make point codes configurable by SCCP address bookNeels Hofmeyr1-19/+80
2017-07-27cn unitdata: verify correct remote addrNeels Hofmeyr1-0/+28
2017-07-05sccp_sap_up(): guard against NULL pointersNeels Hofmeyr1-1/+16
2017-07-05migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UANeels Hofmeyr1-56/+48
2017-04-06hnbgw: Fix crash if cnlink fails to connectPau Espin Pedrol1-0/+1
2016-11-27fix error rc in various ASN.1 decoding functionsNeels Hofmeyr1-1/+1
2016-09-27fix: apply rename of osmo_sua_link_get_user_priv()3G_2016_09Neels Hofmeyr1-1/+1
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-3/+3
2016-07-12fix compiler warning: osmo_prim_cb() has void* argNeels Hofmeyr1-1/+2
2016-07-12fix compiler warnings with new libosmo-sccp: rename to osmo_sccp_*Neels Hofmeyr1-1/+1
2016-04-19hnbgw: add debug log about new CN linksNeels Hofmeyr1-0/+3
2016-04-19cosmetic: indentation fixNeels Hofmeyr1-2/+2
2016-04-19hnbgw_cn.c: fix uninitialized hnb_gw pointerNeels Hofmeyr1-1/+2
2016-04-19hnbgw_cn.c: pass cnlink instead of slinkNeels Hofmeyr1-10/+9
2016-04-15hnbgw_cn.c: add #include for inet_ntoa()Neels Hofmeyr1-0/+2
2016-04-06hnbgw: debug-log cn disconnect indNeels Hofmeyr1-0/+5
2016-04-06hnbgw: add handle_cn_conn_conf() debug loggingNeels Hofmeyr1-0/+9
2016-04-06cosmetic: add comment to hnbgw_cnlink_init()Neels Hofmeyr1-0/+2
2016-03-30use of sccp_helpers: apply osmo_ name prefix additionNeels Hofmeyr1-4/+6
2016-03-30Move sccp_helpers.[hc] to libosmo-sigtranNeels Hofmeyr1-1/+1
2016-01-14hnbgw: Mark ps_cnlink as psDaniel Willmann1-1/+2
2016-01-07Free ies struct after use in tests and hnbgw_cn/ruaDaniel Willmann1-0/+5
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-2/+2
2015-12-26Start to use SUA local referencs from 1000 upwardsHarald Welte1-0/+1
2015-12-26properly resolve the cnlink from SUA signalling linkHarald Welte1-4/+6
2015-12-26use libosmocore SCCP_SSN_RANAP definitionHarald Welte1-5/+3
2015-12-24Implement forwarding of RANAP PAGING from CN to all HNBsHarald Welte1-9/+19
2015-12-24hnbgw: Bring all parts togetherHarald Welte1-0/+371