summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused auth code and add commentneels/auth_failedNeels Hofmeyr2016-06-171-4/+13
* configure: require libgsm for --enable-mgcp-transcodingNeels Hofmeyr2016-06-171-1/+1
* bsc_version.c: update copyright date, add contributorNeels Hofmeyr2016-06-171-3/+3
* dyn PDCH: set lchan->state after PDCH DEACT / before PDCH ACTNeels Hofmeyr2016-06-162-23/+12
* dyn PDCH: add lchan sanity checks in PDCH DE/ACT ACKNeels Hofmeyr2016-06-161-0/+54
* dyn PDCH: track pending PDCH de-/activationNeels Hofmeyr2016-06-161-2/+18
* dyn PDCH: fix: clear PDCH flags on TS reconnect (e.g. BTS re-connect)Neels Hofmeyr2016-06-161-0/+2
* dyn PDCH: TS flags: rename one, add three, as enumNeels Hofmeyr2016-06-163-5/+12
* Make random extension range configurableMax2016-06-1411-16/+78
* Fix SIGABRT on wrong AMR payloadMax2016-06-141-1/+3
* dyn PDCH: send PDCH ACT for each TCH/F_PDCH on TS EnableNeels Hofmeyr2016-06-145-4/+50
* dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channelAndreas Eversberg2016-06-143-3/+45
* add DSUA debug constantDaniel Willmann2016-06-133-0/+11
* dyn PDCH: allow allocating TCH/F on TCH/F_PDCH slotsNeels Hofmeyr2016-06-121-9/+29
* dyn PDCH: Fix free slot search for chan_alloc_reverse == trueAndreas Eversberg2016-06-121-2/+14
* Add talkspurt indicator for gsm_lchanMax2016-06-121-1/+2
* DTX: add data necessary for schedulingMax2016-06-101-0/+5
* Add DTXd indicator to gsm_lchanMax2016-06-101-0/+2
* add DRANAP debug constantDaniel Willmann2016-06-103-0/+11
* lchan_alloc(): on alloc failure, report original typeNeels Hofmeyr2016-06-071-4/+8
* Add warning for unsupported DTX configurationsMax2016-06-061-2/+6
* gprs_gmm.c: don't transmit NOTEXIST when mmctx is NULLNeels Hofmeyr2016-06-051-1/+4
* configure.ac: add --enable-iu with deps asn1c, ranap, sigtranDaniel Willmann2016-06-051-0/+12
* debug log: cosmetic fixesNeels Hofmeyr2016-06-051-2/+2
* comment tweak for bsc_handover_start()Neels Hofmeyr2016-06-052-6/+3
* Add regexp authorization policy for IMSIMax2016-06-056-10/+88
* Store last used FN for TCHMax2016-06-031-0/+1
* gprs: more conditionals for Gb specific actionsDaniel Willmann2016-06-023-8/+14
* sgsn_mm_ctx_cleanup_free(): clean up LLME iff present (Gb, not Iu)Daniel Willmann2016-06-021-3/+10
* gprs_gmm.c: Perform LLME operations only if we have oneHarald Welte2016-06-021-5/+7
* gprs_gmm.c: Make TLLI handling specific to Gb interfaceHarald Welte2016-06-021-36/+60
* gprs_gmm.c: Don't try to de-reference NULL mmctxNeels Hofmeyr2016-06-021-0/+32
* rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte2016-06-024-5/+5
* create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_cont_acc()Daniel Willmann2016-06-011-9/+14
* prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte2016-06-018-86/+135
* rename enum gprs_mm_state to gprs_gmm_stateDaniel Willmann2016-06-010-0/+0
* Merge "rename enum gprs_mm_state to gprs_gmm_state"Harald Welte2016-06-011-2/+2
|\
| * rename enum gprs_mm_state to gprs_gmm_stateDaniel Willmann2016-05-311-2/+2
* | Merge "add .gitreview"Harald Welte2016-06-011-0/+3
|\ \
| * | add .gitreviewAlexander Couzens2016-05-311-0/+3
| |/
* / gprs: use new uint8_t * for kv in gprs_cipher_run()Alexander Couzens2016-05-311-2/+2
|/
* Make si2q scheduling optionalMax2016-05-313-19/+40
* bsc: Create minimal SI6 rest octetsHolger Hans Peter Freyther2016-05-303-1/+43
* tweak db debug log: log TMSI as hexNeels Hofmeyr2016-05-271-1/+1
* filter/nat: Fix the context for the imsi assignmentHolger Hans Peter Freyther2016-05-252-1/+4
* debian: Make upgrading from debian SID easierHolger Hans Peter Freyther2016-05-251-1/+7
* rtp_proxy.c: Ensure msgb_alloc is large enough for largest AMR frameHarald Welte2016-05-251-1/+1
* gsm04_08_clear_request(): release loc with arg release=0Neels Hofmeyr2016-05-231-1/+1
* Fix copy-paste error in SI6Max2016-05-231-1/+1
* subscr_name(): Handle case for subscr == NULLHarald Welte2016-05-223-6/+6