aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22fix build: match Iu event cb enum argument type from declarationNeels Hofmeyr1-1/+1
2016-03-16libiu: Replace RAB assignment response callback with a general oneDaniel Willmann1-2/+2
2016-03-03sgsn: fix use of opaque RANAP_RAB_SetupOrModifiedItemIEs_s declDaniel Willmann1-1/+1
2016-03-03libui: Don't assume gsm_network and gsm_subscriber_conncetion in libiuDaniel Willmann1-1/+1
2016-03-03gprs/sgsn: Use RAB assignment response cb in PDP context activationDaniel Willmann1-1/+3
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr1-1/+1
2016-03-03iu_init: add addr and port argsNeels Hofmeyr1-1/+1
2016-03-03various small fixesNeels Hofmeyr1-1/+3
2016-03-03iu_common wipNeels Hofmeyr1-1/+1
2016-03-03asn_debugNeels Hofmeyr1-0/+1
2016-03-03migrate WIP osmo-iuh hack to use system-installed libosm-ranap.soHarald Welte1-2/+6
2016-03-03WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte1-0/+11
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr1-11/+20
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr1-3/+8
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck1-1/+5
2015-10-29SGSN: Fix typo in VTY license statement.Harald Welte1-1/+1
2015-09-24sgsn_main: in -h, print default config fileNeels Hofmeyr1-1/+1
2015-09-24vty: Change the return type from enum to intHolger Hans Peter Freyther1-1/+1
2015-05-25sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther1-0/+8
2015-05-06sgsn: Create an initial and limited CDR moduleHolger Hans Peter Freyther1-0/+1
2015-01-26sgsn: Remove inactive LLME/MM after inactivity timeoutJacob Erlbeck1-0/+1
2015-01-18sgsn: Integrate the GSUP client into the SGSNJacob Erlbeck1-0/+6
2014-12-09sgsn: Add gprs_subscriber.cJacob Erlbeck1-3/+0
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck1-1/+1
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck1-1/+1
2014-10-27sgsn: Moved IMSI ACL management to sgsn_auth.cJacob Erlbeck1-0/+1
2014-08-24Use port number #defines for VTY and CTRL portsHarald Welte1-2/+4
2014-08-21move libctrl from openbsc to libosmoctrl (libosmocore.git)Harald Welte1-1/+1
2014-03-23sgsn/ctrl: Add ctrl interface, implement listing subscribersHolger Hans Peter Freyther1-0/+13
2013-07-21sgsn: add a minimalistic ACLHarald Welte1-0/+1
2012-11-21sms: Use the DLSMS instead of the DSMS category throughout our codeHolger Hans Peter Freyther1-6/+0
2012-08-03gb: suspend_ref was changed to a plain uint8_t, update the codeHolger Hans Peter Freyther1-1/+1
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte1-3/+3
2012-06-17libgb/gprs: don't use log_info from libcommon anymoreHarald Welte1-2/+66
2012-06-17libgb: don't call directly into GMM / LLC layerHarald Welte1-0/+29
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte1-0/+3
2012-06-16libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.hHarald Welte1-1/+1
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte1-1/+1
2012-06-16split libgb into a separate library for outside useHarald Welte1-2/+3
2012-03-01misc: Use msgb_free for freeing the messagesHolger Hans Peter Freyther1-1/+1
2011-10-14gprs: Fix compiler warnings in the codeHolger Hans Peter Freyther1-2/+0
2011-08-19src: port openBSC over libosmo-abis0.9.15Pablo Neira Ayuso1-1/+1
2011-07-16sgsn_main: add comment about exit statement never reachedHarald Welte1-0/+1
2011-05-12misc: Use the osmo_init code for signals and loggingHolger Hans Peter Freyther1-10/+7
2011-05-06src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-1/+1
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-1/+1
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther1-1/+1
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-5/+5
2011-03-23src: fix use of logging_vty_add_cmds() without log_info parameterPablo Neira Ayuso1-1/+2