aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-03mscsplit: getting grips on header scopesNeels Hofmeyr3-10/+35
2016-03-03msc: clarify msc_api and msc_ifaces scopesNeels Hofmeyr1-12/+17
2016-03-03rename IFACE_IUCS to IFACE_IUNeels Hofmeyr1-3/+3
2016-03-03cscn: rename msc_apiNeels Hofmeyr1-0/+31
2016-03-03cscn wip: direct dtap responses to IuCSNeels Hofmeyr1-1/+4
2016-03-03introduce vty CSCN_NODE, cosmetically.Neels Hofmeyr1-0/+1
2016-03-03mscplit: try to clarify root talloc ctx and global gsm_network.Neels Hofmeyr4-4/+19
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr7-35/+62
2016-03-03cscn: call msc_compl_l3() from subscr_conn_allocate_iu()Neels Hofmeyr1-2/+4
2016-03-03cscn: move gsm0408_rcvmsg_iucs() decl to proper place.Neels Hofmeyr1-3/+0
2016-03-03put Iu-common and Iu-CS stuff in proper placesNeels Hofmeyr2-1/+6
2016-03-03func declaration, commentsNeels Hofmeyr1-0/+2
2016-03-03fix: it's called msgb.dst.Neels Hofmeyr1-1/+1
2016-03-03cosmetic: a rename, comments.Neels Hofmeyr2-1/+2
2016-03-03Add Iu-CS indicator to struct gsm_subscriber_connection.Neels Hofmeyr1-0/+14
2016-03-03iu_init: add addr and port argsNeels Hofmeyr1-1/+2
2016-03-03add DIUCS debug idNeels Hofmeyr1-0/+1
2016-03-03various small fixesNeels Hofmeyr1-0/+3
2016-03-03sai arg back to pointerNeels Hofmeyr1-1/+1
2016-03-03generalize rab_act for ps and csNeels Hofmeyr1-0/+3
2016-03-03move struct ue_conn_ctx to headerNeels Hofmeyr1-0/+6
2016-03-03sai argNeels Hofmeyr1-1/+1
2016-03-03tweak ..rcvmsg_iu()'s sai arg.Neels Hofmeyr2-2/+3
2016-03-03iu_common wipNeels Hofmeyr3-1/+13
2016-03-03migrate WIP osmo-iuh hack to use system-installed libosm-ranap.soHarald Welte1-0/+2
2016-03-03WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte1-0/+4
2016-03-03rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte1-1/+1
2016-03-03prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-11/+50
2016-03-03move subscriber conns list into struct gsm_network.Neels Hofmeyr2-2/+3
2016-02-25smpp: refactor initialization, add bind addressNeels Hofmeyr1-2/+2
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr3-3/+6
2016-02-25osmo-nitb: add -M to pass specific MNCC socket pathNeels Hofmeyr1-1/+1
2016-02-22sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck1-0/+4
2016-02-22sgsn: Make ra_id_equals available as gprs_ra_id_equalsJacob Erlbeck1-0/+2
2016-01-30gsm0408: Provide unique strings for the gsm 04.08 messageHolger Hans Peter Freyther1-2/+2
2015-12-12mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGEHarald Welte1-0/+5
2015-12-12mncc.c: Convert mncc_names[] to 'struct value_string'Harald Welte1-1/+1
2015-12-07gtphub: simplify/fix: one TEI mapping per tunnel.Neels Hofmeyr1-1/+1
2015-12-07gtphub: add more detailed I/O rate counters.Neels Hofmeyr1-0/+4
2015-12-05gsm_data_shared: compute/sprintf the lchan name only onceHarald Welte1-1/+7
2015-12-03gtphub: implement sgsn_use_sender for NAT.Neels Hofmeyr1-0/+3
2015-12-03gtphub: wrap gtphub_write() for test suite.Neels Hofmeyr1-0/+4
2015-12-03gtphub: monitor GSNs' restart counters.Neels Hofmeyr1-1/+2
2015-12-03gtphub: handle Delete PDP Context.Neels Hofmeyr1-0/+1
2015-12-03gtphub: fix some style complaints from cppcheckNeels Hofmeyr1-2/+0
2015-12-03gtphub: refactor: use side_idx everywhere.Neels Hofmeyr1-32/+19
2015-12-03gtphub: use a single TEI pool across planes.Neels Hofmeyr1-1/+1
2015-12-03gtphub: cosmetic: for_each_side,_plane macros.Neels Hofmeyr1-0/+4
2015-12-03gtphub: implement restart counter properly.Neels Hofmeyr1-2/+3
2015-12-03gtphub: track tunnels explicitly.Neels Hofmeyr1-1/+32