summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gprs/gprs_mm: add value_strings for PMM & MM stateslynxis/sgsnAlexander Couzens2017-01-311-2/+15
* gprs/sgsn_vty:fix typo in commentAlexander Couzens2017-01-311-1/+1
* use different aproach to spli MM out of PMMAlexander Couzens2017-01-311-29/+46
* split MM states from PMM statesAlexander Couzens2017-01-312-8/+23
* sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens2017-01-316-50/+50
* gprs: T3186 encoding in Sysinfo 13Philipp2017-01-311-1/+7
* debian: Require libgtp-dev after the SO version bumpHolger Hans Peter Freyther2017-01-301-1/+1
* gprs: Fix compiler warning about uninitalized cause codePhilipp Maier2017-01-271-1/+1
* rsl: Fix dropping of LAPDm UA message.Minh-Quang Nguyen2017-01-271-0/+2
* Implement VTY configuration to control Early Classmark SendingHarald Welte2017-01-263-0/+27
* remove unused struct members of 'struct sgsn_pdp_ctx'Harald Welte2017-01-261-5/+0
* sgsn: Add GTP information to "show pdp-context"Harald Welte2017-01-261-2/+21
* various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)Neels Hofmeyr2017-01-265-4/+5
* compression: Fix nullpointer derefPhilipp Maier2017-01-251-3/+4
* CTRL: remove boilerplateMax2017-01-254-105/+13
* debian: Install header and source file to different directoryHolger Hans Peter Freyther2017-01-242-4/+5
* Add VTY command to immediately expire user (set expire_lu to now)Keith2017-01-231-0/+24
* SI2q: add support for multiple UARFCNsMax2017-01-234-34/+107
* Prevent segfault in range encodingMax2017-01-236-37/+78
* bsc_control.py: fix blockingMax2017-01-231-5/+11
* Improve OML failure reportMax2017-01-231-6/+14
* cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr2017-01-2321-118/+98
* fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr2017-01-234-6/+9
* Print subcriber when skipping authMax2017-01-231-1/+2
* undup: gtphub_test: use libosmocore's llist_count()Neels Hofmeyr2017-01-231-17/+5
* Turn some compiler warnings into errorsMax2017-01-212-0/+13
* deb: unbreak nightly buildsRuben Undheim2017-01-192-0/+13
* gprs subscr: fix: intended strcmp(), but is strcpy()Neels Hofmeyr2017-01-151-5/+3
* Log expected SRES on GPRS AUTH REJECTMax2017-01-131-1/+3
* Revert "Turn some warnings into errors"Neels Hofmeyr2017-01-132-9/+0
* Turn some warnings into errorsMax2017-01-112-0/+9
* Cosmetic fixes around SI generationMax2017-01-065-11/+12
* fix 'osmo-nitb --version' segfaultNeels Hofmeyr2016-12-311-1/+1
* Pass actual smpp_avail_status through to smpp in alert_all_esme()Keith2016-12-241-2/+2
* cosmetic: Rename phone to msPhilipp2016-12-231-7/+7
* sndcp: Allow empty SNDCP-XID indicationsPhilipp2016-12-234-42/+61
* bsc_vty: Fix missing break statements in switch()Harald Welte2016-12-221-0/+2
* use new OSMO_VALUE_STRINGNeels Hofmeyr2016-12-212-13/+11
* gitignore: gsup_test_client binaryNeels Hofmeyr2016-12-211-0/+1
* Integrate Debian packaging changesMax2016-12-214-66/+194
* Improve GPRS loggingMax2016-12-217-20/+63
* build: remove obsolete $LIBCRYPT in two placesNeels Hofmeyr2016-12-212-2/+0
* build: osmo-nitb: fix missing LIBCRYPTO_FLAGSNeels Hofmeyr2016-12-211-0/+1
* Fix some typos in stdout outputRuben Undheim2016-12-206-9/+9
* bsc_control.py: remove unused -i optionMax2016-12-191-5/+0
* gtphub: fix possible NULL deref: don't print NULL tunnelNeels Hofmeyr2016-12-181-0/+3
* fix: missing terminator in two value_string arraysNeels Hofmeyr2016-12-162-0/+2
* oap_client: make use of OAP optional: disable for NULL configNeels Hofmeyr2016-12-134-2/+11
* oap_client: reject all messages in disabled/uninitialized stateNeels Hofmeyr2016-12-134-20/+31
* oap_client_test: show bug: disabled state does not reject messageNeels Hofmeyr2016-12-132-4/+41