summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move osmo_sockaddr_* to libosmocore sockaddr.cneels/osmo_sockaddrNeels Hofmeyr2016-09-223-241/+4
* cosmetic: transaction.h: 1 comment typo, 1 whitespaceNeels Hofmeyr2016-09-191-2/+2
* debug log for sms: fix/addNeels Hofmeyr2016-09-183-2/+14
* Sanity fixes for gsm0408_dispatch(): rc, assertionsNeels Hofmeyr2016-09-181-0/+5
* cosmetic: various comment, whitespace tweaksNeels Hofmeyr2016-09-184-5/+4
* utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGSNeels Hofmeyr2016-09-181-1/+0
* vty l3 help: fix typo 'comamnds'; fix english s/his//Neels Hofmeyr2016-09-181-5/+5
* remove unused bsc_copyright from bsc_vty.cNeels Hofmeyr2016-09-181-1/+0
* properly #include <openbsc/gsm_data.h> from gsm_subscriber.hNeels Hofmeyr2016-09-181-2/+3
* Modify SI 13 field for control_ack_typeMax2016-09-176-2/+47
* log causing rx event for lchan_lookup errorsNeels Hofmeyr2016-09-171-8/+14
* log: abis_rsl: don't log 'error' when there is no errorNeels Hofmeyr2016-09-171-1/+5
* sms: change rp err cause of smpp_try_deliver errorsAlexander Couzens2016-09-172-4/+15
* Build fixesAlexander Huemer2016-09-155-4/+10
* Consistenly format variables in */Makefile.am filesAlexander Huemer2016-09-1537-472/+1482
* gprs/gprs_llc: fix null pointer deref in gprs_llc_rcvmsgAlexander Couzens2016-09-051-2/+1
* gprs/gsm0408_gprs_force_reattach_oldmsg: check llme before useAlexander Couzens2016-09-051-1/+2
* IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrivesDaniel Willmann2016-09-023-1/+32
* IuPS: Introduce function to change PMM stateDaniel Willmann2016-09-021-6/+29
* IuPS: GMM Attach: reset MM ctx pending_reqDaniel Willmann2016-09-021-0/+1
* IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM stateDaniel Willmann2016-09-023-0/+18
* IuPS: RA UPD: make sure to authorize, for Iu Integrity ProtectionDaniel Willmann2016-09-021-4/+7
* IuPS: add GMM Service Request rx and txDaniel Willmann2016-09-021-0/+199
* IuPS: send Security Mode Command, track the new_key flag.Daniel Willmann2016-09-022-0/+14
* IuPS: dev hack: init hardcoded Ki on ATT REQDaniel Willmann2016-09-021-0/+29
* IuPS: add Iu response to delete_pdp_conf()Daniel Willmann2016-09-011-0/+7
* IuPS: add Iu response to create_pdp_conf()Daniel Willmann2016-09-013-0/+35
* IuPS: redirect Iu in various places, link Iu in sgsn-testDaniel Willmann2016-09-012-6/+65
* IuPS: osmo-sgsn: add core IuPS impl, call iu_init()Daniel Willmann2016-09-017-3/+239
* IuPS: add VTY config for asn_debugNeels Hofmeyr2016-08-313-1/+53
* osmo-nitb: generate backtrace on SIGABRTHarald Welte2016-08-311-0/+1
* bsc/netinit: correct mistyped rate counterAlexander Couzens2016-08-301-1/+1
* libmsc/bsc: split rate counters into bsc and msc groupAlexander Couzens2016-08-2911-94/+110
* IuPS: track msg->dst aka ue_conn_ctx, commentDaniel Willmann2016-08-271-0/+4
* gprs_gmm: Fix bit mask when determining update/attach typeDaniel Willmann2016-08-271-2/+6
* cosmetic: gprs_sgsn.c: move pdp.h include to topNeels Hofmeyr2016-08-271-1/+2
* add libiuNeels Hofmeyr2016-08-276-3/+844
* Adding LLC-XID related modifications in LLCPhilipp2016-08-273-57/+315
* Moving grs_sndcp.h header file to includePhilipp2016-08-275-7/+3
* Adding LLC-XID encoder / decoder and unit testPhilipp2016-08-2711-3/+526
* log: rsl notice: tiny tweak for readabilityNeels Hofmeyr2016-08-271-1/+1
* log: improve for rsl_lchan_mark_broken()Neels Hofmeyr2016-08-271-9/+3
* dyn TS: debug log: if still in use, also log lchan type and stateNeels Hofmeyr2016-08-271-3/+5
* dyn TS: debug log 'switchover complete' only when there was a switchoverNeels Hofmeyr2016-08-271-2/+3
* dyn TS: fix OS#1798: on late RF CHAN REL ACK, activate PDCHNeels Hofmeyr2016-08-271-0/+2
* dyn TS: fix: properly run an lchan activation timeoutNeels Hofmeyr2016-08-271-0/+7
* dyn TS: clearly use lchan[0], fixing minor confusionNeels Hofmeyr2016-08-273-42/+56
* dyn TS: fix error recovery: switch to PDCH after lchan error stateNeels Hofmeyr2016-08-271-0/+3
* dyn TS: move check whether to switch to PDCH to separate functionNeels Hofmeyr2016-08-271-17/+33
* libmsc: add missing count of sms no receiver when using smpp_firstAlexander Couzens2016-08-271-1/+3