aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-20bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSINeels Hofmeyr2-2/+2
2017-03-16Don't drop OML links for Get Attributes NACKMax1-10/+10
2017-03-15oap tests: fix after SQN scheme changes from libosmocoreNeels Hofmeyr1-1/+1
2017-03-15OM2000: Change the order of MO initializationHarald Welte1-22/+24
2017-03-15gprs: fix T3186 encoding in Sysinfo 13Philipp Maier1-1/+7
2017-03-15cosmetic: Add commandline option to display versionPhilipp Maier1-1/+6
2017-03-15libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens1-2/+14
2017-03-14gprs_sgsn.c: initialize ptmsi with 0xdeadbeefAlexander Couzens1-1/+1
2017-03-13unixsocket: start sabm for UNIXSOCKETAlexander Couzens1-2/+4
2017-03-13OM2000: Add FIXME comments for missing resolving of RX/TX MO!Harald Welte1-0/+2
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr15-102/+352
2017-03-05sgsn: fix problem with leading-zero-IMSIsPhilipp Maier1-2/+11
2017-03-02Fix potential segfault in sgsn_libgtp.cMax1-3/+5
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr2-1/+2
2017-03-02fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arraysNeels Hofmeyr2-0/+2
2017-03-01meas_json: fix NEIGH: missing array bracesKeith1-1/+2
2017-02-28libmsc/update_db_revision_3(): free memleaking db resultAlexander Couzens1-0/+2
2017-02-28silent_call: remove unfinished fuzzer interfacePhilipp Maier2-0/+6
2017-02-27XID: resend xid with pdp-ctx-ack messagesPhilipp Maier1-1/+15
2017-02-27SGSN VTY: make missing GSUP server address+port fatalNeels Hofmeyr2-12/+10
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr3-29/+198
2017-02-25utils: 'meas_json' utility to convert measurement feed into a JSON feed.Alexander Chemeris2-0/+206
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr6-101/+164
2017-02-24cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr9-92/+92
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr16-16/+16
2017-02-24vty: fix subscr ref count leak in 'subscriber name' cmdNeels Hofmeyr1-0/+1
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr5-26/+26
2017-02-22debug.h/c: remove unused cruft / cosmetic tweaksNeels Hofmeyr1-2/+1
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