aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr6-40/+32
2017-02-21Handle DSD from HLRMax1-9/+25
2017-02-19subscr_update_expire_lu(): fix (obscure) segfaultNeels Hofmeyr1-0/+10
2017-02-19Add support for extended SI2q parametersMax1-31/+71
2017-02-18remove compiler warning: unused rc in vty_interface_layer3Neels Hofmeyr1-1/+0
2017-02-09Remove duplicating defineMax1-5/+5
2017-02-09Expand chan allocation loggingMax4-8/+14
2017-02-08vty: remove ignored logging parametersMax9-11/+11
2017-02-07gprs/sgsn_vty: fix typo in commentAlexander Couzens1-1/+1
2017-02-07gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLEAlexander Couzens1-0/+1
2017-02-07gprs/gprs_mm: add value_strings for PMM & MM statesAlexander Couzens1-2/+15
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens2-4/+4
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens4-39/+54
2017-02-06VTY: Print 3G auth tuples, not just 2G auth tuplesHarald Welte1-9/+24
2017-02-06gsm_04_08: implement parsing of UMTS Auth responsesNeels Hofmeyr1-5/+221
2017-02-03om2000: add VTY command to delete CON groupsPhilipp Maier1-0/+26
2017-02-03gsm48_tx_mm_auth_req(): support UMTS AUTNNeels Hofmeyr2-5/+22
2017-02-03gsm0408_rcv_cc: guard against NULL subscriberNeels Hofmeyr1-0/+5
2017-02-02compiler warning: bsc_vty: remove two unused varsNeels Hofmeyr1-1/+0
2017-02-01OM2000: use assoc_so *only* for TS objectsHarald Welte1-4/+4
2017-02-01sgsn: Fix deeply flawed copying logic for PDP context activationHolger Hans Peter Freyther1-3/+9
2017-01-27gprs: Fix compiler warning about uninitalized cause codePhilipp Maier1-1/+1
2017-01-26Implement VTY configuration to control Early Classmark SendingHarald Welte2-0/+26
2017-01-26sgsn: Add GTP information to "show pdp-context"Harald Welte1-2/+21
2017-01-26various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)Neels Hofmeyr5-4/+5
2017-01-25compression: Fix nullpointer derefPhilipp Maier1-3/+4
2017-01-25CTRL: remove boilerplateMax3-101/+9
2017-01-23Add VTY command to immediately expire user (set expire_lu to now)Keith1-0/+24
2017-01-23SI2q: add support for multiple UARFCNsMax2-32/+75
2017-01-23Prevent segfault in range encodingMax3-37/+54
2017-01-23Improve OML failure reportMax1-6/+14
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr19-100/+86
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr2-4/+5
2017-01-23Print subcriber when skipping authMax1-1/+2
2017-01-15gprs subscr: fix: intended strcmp(), but is strcpy()Neels Hofmeyr1-5/+3
2017-01-13Log expected SRES on GPRS AUTH REJECTMax1-1/+3
2017-01-06Cosmetic fixes around SI generationMax3-7/+9
2016-12-31fix 'osmo-nitb --version' segfaultNeels Hofmeyr1-1/+1
2016-12-24Pass actual smpp_avail_status through to smpp in alert_all_esme()Keith1-2/+2
2016-12-23cosmetic: Rename phone to msPhilipp1-7/+7
2016-12-23sndcp: Allow empty SNDCP-XID indicationsPhilipp2-32/+47
2016-12-22bsc_vty: Fix missing break statements in switch()Harald Welte1-0/+2
2016-12-21use new OSMO_VALUE_STRINGNeels Hofmeyr2-13/+11
2016-12-21Improve GPRS loggingMax6-19/+60
2016-12-21build: remove obsolete $LIBCRYPT in two placesNeels Hofmeyr2-2/+0
2016-12-21build: osmo-nitb: fix missing LIBCRYPTO_FLAGSNeels Hofmeyr1-0/+1
2016-12-20Fix some typos in stdout outputRuben Undheim6-9/+9
2016-12-18gtphub: fix possible NULL deref: don't print NULL tunnelNeels Hofmeyr1-0/+3
2016-12-16fix: missing terminator in two value_string arraysNeels Hofmeyr2-0/+2
2016-12-13oap_client: make use of OAP optional: disable for NULL configNeels Hofmeyr2-2/+6