aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-16src/Makefile.am: drop unused COMMON_LDADDNeels Hofmeyr1-2/+2
2017-11-08vty: skip installing cmds now always installed by defaultNeels Hofmeyr2-5/+0
2017-11-03Link libosmo-ranap against libosmovtyHarald Welte1-1/+1
2017-11-03osmo-hnbgw: Avoid useless linking to libosmogsm and libsctpHarald Welte1-2/+1
2017-10-28jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-27Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging0.2.0Harald Welte4-4/+10
2017-10-27debian: depend on libosmo-sigtran-dev, not libosmo-sccp-devHarald Welte1-1/+1
2017-10-27update dependencies to latest libosmo-* releasesHarald Welte1-6/+6
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+4
2017-10-04Makefile.am: Link libosmo-ranap against libosmo-sigtranHarald Welte1-1/+2
2017-08-28Use release helper from libosmocoreMax3-0/+15
2017-08-28Use value string check from osmo-ciMax1-4/+3
2017-08-15hnbgw_cn.c: use new signature of osmo_sccp_addr_name(osmo_ss7_instance *ss7, ...Alexander Couzens1-1/+1
2017-08-13iu_client: derive local SCCP addr from sccp instanceNeels Hofmeyr2-27/+3
2017-08-13add /debian package support0.1.0Alexander Couzens9-0/+139
2017-08-09make point codes configurable by SCCP address bookNeels Hofmeyr6-97/+117
2017-08-08add .gitreview to support git review pluginAlexander Couzens1-0/+3
2017-07-31move openbsc.git's iu.h, iu.c, iu_vty.c here as iu_clientNeels Hofmeyr5-1/+999
2017-07-31ranap_common.h: fix include of asn1c/asn_application.hNeels Hofmeyr1-1/+1
2017-07-27cn unitdata: verify correct remote addrNeels Hofmeyr1-0/+28
2017-07-06set RANAP msgb headroom to 512 (times two)Neels Hofmeyr1-1/+1
2017-07-05rua_to_scu(): add debug log for calling/called addrNeels Hofmeyr1-0/+10
2017-07-05rua_to_scu(), rua_rx_init_connect(): add debug loggingNeels Hofmeyr1-2/+21
2017-07-05sccp_sap_up(): guard against NULL pointersNeels Hofmeyr1-1/+16
2017-07-05migrate osmo-hnbgw to libosmo-sigtran's SCCP/M3UANeels Hofmeyr10-134/+133
2017-07-05cosmetic: move callers' common switch() into rua_to_scu()Neels Hofmeyr1-57/+25
2017-07-05jenkins: build from libosmo-netif masterNeels Hofmeyr1-1/+1
2017-05-04contrib: Add systemd service file for osmo-hnbgwold_suaDaniel Willmann1-0/+11
2017-05-04examples: Adjust IP address of example configDaniel Willmann1-1/+1
2017-04-06hnbgw: Fix crash if cnlink fails to connectPau Espin Pedrol1-0/+1
2017-04-05asn1tostruct.py: specify python version in shebangPau Espin Pedrol1-1/+1
2017-03-29doc: fix osmo-hnbgw.cfg exampleNeels Hofmeyr1-25/+18
2017-03-17Update README with project related information and convert to MarkdownHarald Welte3-47/+104
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
2017-03-08doc: OsmoMSC + HLR instead of CSCNNeels Hofmeyr1-11/+16
2017-02-02new_rab_par_voice(): add bitrate params, call with (6700, 12200)Neels Hofmeyr2-8/+9
2017-02-02ranap: make X.213 NSAP 160 bits long, zero paddedNeels Hofmeyr2-12/+16
2017-02-01cs RAB: add nAS_SynchronisationIndicatorNeels Hofmeyr2-11/+19
2016-12-07log: fix number format for domain indicatorNeels Hofmeyr1-2/+2
2016-11-27hnbgw: rua rx: fix rc and log unhandled Private MsgNeels Hofmeyr1-0/+3
2016-11-27fix error rc in various ASN.1 decoding functionsNeels Hofmeyr5-6/+6
2016-11-27hnbgw_rua: reject invalid domain indicatorNeels Hofmeyr1-0/+14
2016-11-26ue_context_alloc(): Avoid ue->imsi without NULL terminationHarald Welte1-2/+3
2016-10-27hnbgw: parameterize IuCS and IuPS ips and ports: add vty cmdsNeels Hofmeyr4-2/+139
2016-10-27hnbgw: vty: set explicit go_parent_cbNeels Hofmeyr3-0/+23
2016-10-27hnbgw: parameterize iuh local port: add vty cmdNeels Hofmeyr1-0/+14
2016-10-27hnbgw: cosmetic: local-ip config: drop getter functionNeels Hofmeyr2-16/+5
2016-10-13cosmetic: hnbgw: addr related renames, move define, move commentNeels Hofmeyr3-22/+22
2016-10-13fix msgb talloc context initializationNeels Hofmeyr4-3/+3
2016-10-12jenkins.sh: use osmo-build-dep.shNeels Hofmeyr1-43/+17