aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr3-6/+13
2016-03-03WIP: gprs_gmm: Get mm ctx from RA update in Iu modeDaniel Willmann1-1/+13
2016-03-03WIP: Try and activate RABs after service requestDaniel Willmann1-1/+14
2016-03-03gprs_gmm: Log service request if not receieved from Iu modeDaniel Willmann1-1/+3
2016-03-03gprs_gmm: Send gmm_service_accept from gsm48_gmm_authorize()Daniel Willmann1-51/+54
2016-03-03gprs: Update ue ctx from msgDaniel Willmann1-0/+1
2016-03-03gprs_gmm: Fix mmctx tlli member rename after mergeDaniel Willmann1-1/+1
2016-03-03gprs: Handle GMM service request (Iu mode only)Daniel Willmann2-0/+166
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 Willmann2-9/+48
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: Add a function to return the pdp ctx for an mm ctx and teiDaniel Willmann1-1/+15
2016-03-03sgsn: Get gtp ip and teid from pdp context in gprs_iu_rab_act()Daniel Willmann1-5/+2
2016-03-03gprs_gmm: Apply the auth hack only for UTRAN_Iu RAN typeDaniel Willmann1-6/+7
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-03gprs_gmm: Fix bit mask when determining update/attach typeDaniel Willmann1-2/+6
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr1-1/+1
2016-03-03put Iu-common and Iu-CS stuff in proper placesNeels Hofmeyr2-558/+2
2016-03-03wipNeels Hofmeyr1-1/+9
2016-03-03todo / #if 0Neels Hofmeyr1-0/+5
2016-03-03minor fixesNeels Hofmeyr1-3/+3
2016-03-03func declaration, commentsNeels Hofmeyr1-0/+3
2016-03-03fix: it's called msgb.dst.Neels Hofmeyr1-2/+2
2016-03-03Add some Iu-CS functions (in the wrong place though, wip)Neels Hofmeyr1-0/+78
2016-03-03cosmetic: a rename, comments.Neels Hofmeyr1-3/+3
2016-03-03wip (reminders to self, whitespace)Neels Hofmeyr1-1/+0
2016-03-03iu_init: add addr and port argsNeels Hofmeyr2-3/+4
2016-03-03various small fixesNeels Hofmeyr2-18/+39
2016-03-03sai arg back to pointerNeels Hofmeyr1-2/+2
2016-03-03some fixesNeels Hofmeyr1-6/+9
2016-03-03generalize rab_act for ps and csNeels Hofmeyr2-12/+26
2016-03-03move struct ue_conn_ctx to headerNeels Hofmeyr1-6/+0
2016-03-03sai argNeels Hofmeyr1-1/+1
2016-03-03iu_commonNeels Hofmeyr1-2/+1
2016-03-03rename sgsn_iu.c to iu.c.Neels Hofmeyr2-1/+1
2016-03-03tweak ..rcvmsg_iu()'s sai arg.Neels Hofmeyr1-2/+2
2016-03-03iu_common wipNeels Hofmeyr3-5/+17
2016-03-03asn_debugNeels Hofmeyr1-0/+1
2016-03-03cosmeticNeels Hofmeyr2-2/+2
2016-03-03typoNeels Hofmeyr1-1/+1
2016-03-03fix sgsn_mm_ctx_cleanup_free: TLLI unass. after sgsn_mm_ctx_free.Neels Hofmeyr1-4/+7
2016-03-03fix ranap_handle_co_dt, failed to pass struct pointerNeels Hofmeyr1-1/+1
2016-03-03remove dead code from Makefile.amHarald Welte1-2/+0
2016-03-03migrate WIP osmo-iuh hack to use system-installed libosm-ranap.soHarald Welte3-26/+21
2016-03-03WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte6-41/+200
2016-03-03add sgsn_iu.c that was missed in large WIP commitHarald Welte1-0/+425