aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/sgsn_libgtp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22fix various compiler warningsNeels Hofmeyr1-0/+2
2016-03-16Move event callback to gprs_gmmDaniel Willmann1-29/+3
2016-03-16libiu: Replace RAB assignment response callback with a general oneDaniel Willmann1-2/+27
2016-03-03gprs/sgsn: Use RAB assignment response cb in PDP context activationDaniel Willmann1-8/+45
2016-03-03sgsn_libgtp: Update rab (de)act function names to libui versionDaniel Willmann1-3/+2
2016-03-03sgsn_iu/libgtp: Update pdp context with new IP address after RAB assignDaniel Willmann1-7/+4
2016-03-03sgsn: Get gtp ip and teid from pdp context in gprs_iu_rab_act()Daniel Willmann1-5/+2
2016-03-03sgsn_libgtp: Use the address provided by the GGSN for RAB activationDaniel Willmann1-1/+3
2016-03-03gprs: Fix some misleading commentsDaniel Willmann1-1/+1
2016-03-03WIP: Wait for radio bearer before sending pdp context acceptDaniel Willmann1-10/+19
2016-03-03generalize rab_act for ps and csNeels Hofmeyr1-1/+2
2016-03-03WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte1-4/+23
2016-03-03prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-10/+10
2015-10-12sgsn: Fix pattern for too long msisdnHolger Hans Peter Freyther1-1/+1
2015-05-22sgsn: Change the selection mode to verifiedHolger Hans Peter Freyther1-2/+2
2015-05-22sgsn: Reserved bits should be set to 1Holger Hans Peter Freyther1-1/+1
2015-05-17sgsn: Clear LAC/RAC value for the routing area identityHolger Hans Peter Freyther1-1/+5
2015-05-17sgsn: Give the IMEI to the GGSN for analysisHolger Hans Peter Freyther1-0/+6
2015-05-17sgsn: Encode the ULI for the PDP context creation ackHolger Hans Peter Freyther1-1/+6
2015-05-17sgsn: Always include the routing area identityHolger Hans Peter Freyther1-0/+5
2015-05-06sgsn: Create an initial and limited CDR moduleHolger Hans Peter Freyther1-0/+6
2015-05-06sgsn: Add various signals consumed by CDR or other client codeHolger Hans Peter Freyther1-0/+11
2015-05-05sgsn: Handle different levels of QoSHolger Hans Peter Freyther1-5/+12
2015-05-05sgsn: Store subscribed QoS and attempt to use itHolger Hans Peter Freyther1-4/+14
2015-05-05sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther1-2/+10
2015-04-23sgsn/gtp: Fill out the optional RAT typeHolger Hans Peter Freyther1-0/+5
2014-10-27sgsn: Delete PDP contexts properlyJacob Erlbeck1-5/+17
2014-09-22gprs: Improve loglevels and log messages for SGSNDaniel Willmann1-5/+5
2014-04-04gprs: Fix compiler warnings in sgsn_libgtp.cHolger Hans Peter Freyther1-4/+2
2013-07-31gprs_sgsn: In case of a Activate PDP Context timeout we should free pdpHolger Hans Peter Freyther1-0/+9
2013-07-04sgsn: Fix logically dead code in regard to the osmo_fd_registerHolger Hans Peter Freyther1-4/+9
2012-07-14SGSN: Code to help debug / fix sgsn crash in cb_data_ind()Harald Welte1-1/+11
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte1-1/+1
2012-06-16split libgb into a separate library for outside useHarald Welte1-2/+2
2011-07-16sgsn_libgtp: remove bogus unreached second return statementHarald Welte1-2/+0
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso1-4/+4
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso1-1/+1
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-3/+3
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-26SGSN: Implement network-initiated PDP CTX DEACT when GGSN restartsHarald Welte1-4/+28
2010-12-26SGSN: some more commentsHarald Welte1-0/+4
2010-10-06misc: Once again go from "On Waves" to "On-Waves"..Holger Hans Peter Freyther1-1/+1
2010-07-02[SGSN] remove bogus debug statementHarald Welte1-1/+0
2010-07-02[SGSN] Correctly pass IMSI of MM ctx to GTP/GGSNHarald Welte1-1/+27
2010-07-01[SGSN] Fix segfault when passing re-assembled SN-PDU to GMMHarald Welte1-5/+3
2010-07-01[SGSN] Fix segfault when doing PS PAGINGHarald Welte1-1/+1
2010-06-28[SGSN] Deactivate SNDCP entity on PDP CTX DEACT CONFIRMHarald Welte1-0/+3
2010-06-14[GPRS] Add comment on GTP being defined in 29.060 / 09.060Harald Welte1-0/+1
2010-06-10[grps] Fix GTP data_ind call back message creationSylvain Munaut1-1/+1