bs11
2012-04-08 Harald Welteadd 'ciph_state' member to BTS-side lchan definition master
2012-04-08 Harald Welteintroduce HAVE_TM_GMTOFF_IN_TM
2012-04-08 Harald Weltemake sure we still build on systems that don't have...
2012-03-26 Holger Hans... nat: Add another test case for TP-SRR clearing and...
2012-03-16 Holger Hans... misc: Use other size modifiers to fix compiler warnings
2012-03-16 Holger Hans... bsc: Prepare to have multiple MSC connections
2012-03-16 Holger Hans... bsc: Use the right connection for outgoing packets
2012-03-16 Holger Hans... bsc: Move more things to use osmo_msc_data* directly
2012-03-16 Holger Hans... bsc: Move the bsc_filter to use the osmo_bsc_sccp_con
2012-03-16 Holger Hans... bsc: Move away from ->bsc.msc to use the selected MSC
2012-03-16 Holger Hans... bsc: Stop using net->bsc->msc and get the right msc...
2012-03-16 Holger Hans... bsc: Create a osmo_bsc_data and embed osmo_msc_data
2012-03-16 Holger Hans... bsc: Address warnings about implicit declarations
2012-03-16 Holger Hans... bsc: Fix compiler warning about wrong return and unused...
2012-03-16 Harald Weltemgcp: implement a more tolerant parser based on strtok_r()
2012-03-16 Harald Weltemgcp: make sure all command line options are documented
2012-03-16 Harald Weltemgcp: consistently name bsc_mgcp osmo-bsc_mgcp
2012-03-16 Holger Hans... mgcp_test: Add wrong messages as input and check what...
2012-03-16 Holger Hans... mgcp_test: Rename method as it now operates on an array...
2012-03-02 Holger Hans... misc: Deal with smatch warnings about the bitfields
2012-03-01 Holger Hans... misc: Use msgb_free for freeing the messages
2012-03-01 Andreas EversbergImproved generation of SYSTEM INFORMATIONs 2* and 5...
2012-02-24 Tobias EngelMake sure USSD code only responds *#100# for retrieving...
2012-02-17 Harald Weltefix generation of frequency list (E-GSM vs. P-GSM 900)
2012-02-03 Holger Hans... bts_ipaccess_nanobts.c: Remove unused variable.
2012-02-03 Holger Hans... abis_rsl.c: Remove unused variable net.
2012-02-03 Holger Hans... abis_rsl: The rach information was not used, introduce...
2012-02-03 Holger Hans... abis_rsl.c: Remove unused variable ts_number
2012-02-03 Holger Hans... abis_om2000.c: Remove unused variable to_trx_oml.
2012-02-03 Holger Hans... vty: Remove two unimplemented OML functions
2012-02-03 Holger Hans... misc: abis_nm.c Use the result of ret.
2012-02-03 Holger Hans... misc: gsm_data.c address compiler warning
2012-01-29 Harald WelteARFCNs are in the range of 0..1023, not 0..1024
2012-01-26 Harald Weltemgcp: add missing prototypes for send_mgcp_reset_*
2012-01-26 Harald Welteosmo-bsc: Remove hard-coded check for codec preferecne...
2012-01-26 Harald WelteMGCP: Add VTY commands to reset (RSIP) one or all endpoints
2012-01-26 Harald Weltebsc_mgcp: optionally connect the MGCP socket to the MGW
2012-01-26 Harald WelteMGCP: Add CRCX test cases
2012-01-26 Harald Weltefurther generalize mgcp testing code
2012-01-26 Harald Weltemgcp_test: remove duplicate code
2012-01-23 Harald WelteMove the bulk of RR processing from MSC into BSC
2012-01-23 Harald WelteMove processing of CLASSMARK CHANGE behind bsc_api
2012-01-20 Harald Welteosmo-bsc: correctly parse the TMSI in BSSAP paging...
2012-01-18 Holger Hans... nat: Add VTY command for the TP-DA rewriting.
2012-01-18 Holger Hans... nat: Fix the no sms-clear-tp-srr command
2012-01-18 Holger Hans... nat: Internationalize the TP-DA if it starts with a 00
2012-01-18 Holger Hans... nat: Prepare to rewrite the TP-DA number of a SMS submit.
2012-01-18 Holger Hans... nat: Print the sizes and the offending data in case...
2012-01-17 Holger Hans... rsl: This is provided by libosmo-abis, remove it here
2012-01-17 Holger Hans... mgcp: Fix warning about unused variable
2012-01-17 Holger Hans... mgcp: Provide documentation for the method, check sscan...
2012-01-17 Holger Hans... bts: Convert the rsl_link to be a struct ipabis_link
2012-01-17 Holger Hans... lchan: Close a possible still open RTP Socket
2012-01-17 Holger Hans... ho: Remove rtp_proxy.h include, no proxy code in here
2012-01-15 Holger Hans... nat: Add the bsc_data.c file to the EXTRA_DIST
2012-01-15 Holger Hans... abis: gsm_data_shared.h includes libosmo-abis header...
2012-01-14 Holger Hans... mncc: Include size and offsets of struct gsm_mncc in...
2012-01-14 Holger Hans... channel: Review lchan_free calls and the state the...
2012-01-14 Holger Hans... lchan: Rename release_reason to release_mode
2012-01-14 Holger Hans... channel: Fix a typo in the lchan state documentation
2012-01-14 Holger Hans... channel: The error timer and the lchan_deact_tmr are...
2012-01-14 Holger Hans... Revert "libbsc: Log if a channel is freed with lchan...
2012-01-14 Holger Hans... bsc: Fix "show lchan" for partially provided information
2012-01-11 Holger Hans... nat: Add the line break after the '.
2012-01-10 Holger Hans... nat: Implement clearing of TP-SRR flags from TPDUs
2012-01-10 Holger Hans... nat: Reduce copy and paste in the test, create a verify_msg
2012-01-10 Holger Hans... nat: Use the link_id from the original message in the...
2012-01-10 Holger Hans... nat: Compare the DTAP L3 size with the size of the...
2012-01-10 Holger Hans... nat: Fix comment and mask for looking at TP-MTI
2012-01-10 Holger Hans... nat: SMS rewrite matching, empty list means match every...
2012-01-10 Holger Hans... nat: SMS comment updates
2012-01-10 Holger Hans... nat: Move SMS creation into a new method, no functional...
2012-01-10 Holger Hans... nat: Access data_ptr after we have checked the length
2012-01-10 Holger Hans... nat: Move the finding of the number to a new method
2012-01-09 Holger Hans... tests: Use atlocal/atlocal.in to enable/disable the...
2012-01-09 Holger Hans... Revert "tests: Make the test setup more abusive to...
2012-01-09 Holger Hans... tests: Make the test setup more abusive to fix the...
2012-01-06 Holger Hans... gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged...
2012-01-06 Holger Hans... gprs_sgsn.h: Include timer.h for the timer struct
2012-01-06 Holger Hans... tests: Introduce running tests with GNU autotest in...
2012-01-06 Holger Hans... mgcp: Print message when the test is finished
2012-01-06 Holger Hans... gsm0408: Print message when the test is done
2012-01-06 Holger Hans... db: Fix the test code
2012-01-06 Holger Hans... channel: Make the test not crash again.
2012-01-06 Holger Hans... nat: Log test output stdout using printf in prep for...
2011-12-27 Holger Hans... bsc: Assume assignment_complete/assignment_fail is set
2011-12-24 Andreas EversbergRSL: Nokia BTS reports TA in quarter-bits, not full...
2011-12-16 Andreas EversbergRSL: BS-11 reports TA in quarter-bits, not full bits.
2011-12-02 Gus BourgAdd NITZ (timezone) support as part of MM INFO
2011-11-25 Alexander Huemerfix two mistakes in AM_LDFLAGS
2011-11-25 Harald WelteBSSGP: Add functions required for true BSS-side BSSGP...
2011-11-25 Harald WelteBSSGP: add more doxygen comments
2011-11-24 Harald WelteGPRS: add new bssgp_create_cell_id(), opposite of bssgp...
2011-11-24 Harald WelteGPRS NS: Add some doxygen API documentation
2011-11-13 Sylvain Munautbsc_vty: Fix usage of deprecated osmo_osmo_hexdump_nospc
2011-11-13 Harald Welteosmo_nitb: introduce --no-dbcounter command line option
2011-11-07 Holger Hans... gsm0408: Print a message when the LU is timing out.
2011-11-06 Holger Hans... mncc: Introduce a hello packet that is sent to the...
2011-11-06 Holger Hans... sgsn: Make sure each parameter has some sort of documen...
2011-11-06 Holger Hans... gb_proxy: Make sure each parameter has some sort of...
next