aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-09make point codes configurable by SCCP address bookNeels Hofmeyr4-88/+111
2017-07-31move openbsc.git's iu.h, iu.c, iu_vty.c here as iu_clientNeels Hofmeyr3-1/+924
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 Hofmeyr6-120/+114
2017-07-05cosmetic: move callers' common switch() into rua_to_scu()Neels Hofmeyr1-57/+25
2017-04-06hnbgw: Fix crash if cnlink fails to connectPau Espin Pedrol1-0/+1
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 Hofmeyr2-2/+131
2016-10-27hnbgw: vty: set explicit go_parent_cbNeels Hofmeyr2-0/+22
2016-10-27hnbgw: parameterize iuh local port: add vty cmdNeels Hofmeyr1-0/+14
2016-10-27hnbgw: cosmetic: local-ip config: drop getter functionNeels Hofmeyr1-14/+5
2016-10-13cosmetic: hnbgw: addr related renames, move define, move commentNeels Hofmeyr2-13/+17
2016-10-13fix msgb talloc context initializationNeels Hofmeyr4-3/+3
2016-10-10fix build: look for generated sources in builddir, not srcdirNeels Hofmeyr1-3/+3
2016-09-27fix: apply rename of osmo_sua_link_get_user_priv()3G_2016_09Neels Hofmeyr1-1/+1
2016-09-27hnbgw: vty conformance: rename iuh 'bind' command to 'local-ip'Neels Hofmeyr2-6/+6
2016-09-27log: hnbgw: add hnbap UE context allocation info logNeels Hofmeyr1-0/+3
2016-09-27hnbap: accept UE Register Requests with TMSI and pTMSINeels Hofmeyr2-4/+129
2016-09-27hnbgw: UE context: add handling by tmsi identificationNeels Hofmeyr2-3/+19
2016-09-27hnbap: add UE Register Reject for pTMSIRAI identityNeels Hofmeyr1-32/+99
2016-09-26log VTY telnet bind only onceNeels Hofmeyr2-3/+0
2016-09-22comment: note RAB assignment spec referenceNeels Hofmeyr1-1/+4
2016-09-16ranap: include port in RTP TransportLayerInformationNeels Hofmeyr2-9/+4
2016-09-09build: parallel build: require ../libosmo-ranap.la from tests/Neels Hofmeyr1-0/+3
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr25-290/+33
2016-09-09build: cosmetic: hnbap: undup asn1 src pathNeels Hofmeyr1-1/+3
2016-09-09build: distcheck: add missing bits for testsuite distcheckNeels Hofmeyr1-0/+10
2016-09-09build: distcheck: look for asn1 in top_srcdir, not top_builddirNeels Hofmeyr1-1/+1
2016-09-09build: distcheck: add missing distclean filesNeels Hofmeyr2-0/+13
2016-09-09build: fix ranap gen, use same for gen hnbap and rua genNeels Hofmeyr12-255/+43
2016-09-09tests: don't log filename nor color in unit testsNeels Hofmeyr2-3/+5
2016-09-09UE Register with TMSI: reply with a Register RejectNeels Hofmeyr1-1/+65
2016-09-08RAB Assign for voice: heed the x213 nsap flagNeels Hofmeyr2-5/+9
2016-08-18hnbgw: make Iuh bind address configurable via VTYNeels Hofmeyr3-1/+38
2016-08-18hnbgw vty: add empty hnbgw and hnbgw/iuh vty nodesNeels Hofmeyr1-0/+49
2016-08-18hnbgw: move vty commands out to new hnbgw_vty.cNeels Hofmeyr4-63/+95
2016-08-18hnbgw: make cmdline options stronger than config fileNeels Hofmeyr1-5/+29